|
Message-ID: <20180906161914.GA12400@openwall.com> Date: Thu, 6 Sep 2018 18:19:14 +0200 From: Solar Designer <solar@...nwall.com> To: john-users@...ts.openwall.com Subject: Re: Compilation JTR mac On Thu, Sep 06, 2018 at 06:06:04PM +0200, xxx xxx wrote: > brew install openssl > cd JohnTheRipper/src > ./configure CC="gcc-8" > --------------------------------- > > > I have successfully compiled "JohnTheRipper-bleeding-jumbo ?? Great. FWIW, the above instructions are basically the same as what our doc/INSTALL says in the section "Optimal build on OS X": 1. Install Homebrew: http://mxcl.github.io/homebrew/ 2. Install Homebrew's gcc and openssl: brew install gcc openssl 3. Make sure /usr/local/bin precedes /usr/bin in your $PATH 4. Configure, possibly adding a CC option for pointing to a specific gcc: ./configure CC="gcc-6" 5. Clean old files and make: make -s clean && make -sj4 Alexander
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.