Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 20 Feb 2014 22:18:53 +0100
From: magnum <john.magnum@...hmail.com>
To: john-users@...ts.openwall.com
Subject: Re: Need assistance with encrypted Time Machine sparsebundle

On 2014-02-20 21:45, Lukas Odzioba wrote:
> 2014-02-20 20:54 GMT+01:00 Jeff Keller <jakeller@...r.com>:
>> I assume I still need to compile it? I'm a bit rusty in that
>> department... what do I need to do to compile it? Just "make clean
>> macosx-x86-64-native"?
>
> I guess that it should be just "make macosx-x86-64-native", and your
> binary should be in "run" directory, but I have never seen Mac, so I
> might be wrong.

Yes it's exactly like Linux, except another build target. Doing clean 
too as Jeff wrote is correct too although I use to do it like this, for 
using all 8 cores while building:

	make -s clean && make -sj8 macosx-x86-64-native

magnum


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.