Bitcoin Forum

Other => Beginners & Help => Topic started by: djp3 on August 08, 2011, 10:59:09 PM



Title: Building the Bitcoin Client from Source on OS X Lion
Post by: djp3 on August 08, 2011, 10:59:09 PM
I wrote up some instructions for building bitcoin from source on OS X Lion.
The existing documents in the repo didn't quite capture the changes that currently have to be made to wxWidgets and the configuration process.

The instructions are here:
http://djp3-pc7.ics.uci.edu/codexcaelestis/?p=101 (http://djp3-pc7.ics.uci.edu/codexcaelestis/?p=101)

Let me know if you find errors or corrections.   This should really be in the Development & Technical Discussion, but I'm too newbie to post there.

Thanks
Don


Title: Re: Building the Bitcoin Client from Source on OS X Lion
Post by: davout on August 10, 2011, 03:19:18 PM
Testing it right now :)


Title: Re: Building the Bitcoin Client from Source on OS X Lion
Post by: davout on August 10, 2011, 04:11:59 PM
Yay !

It does work :)

I skipped the whole wxwidgets part because I just needed the daemon with a couple of extra patches. After banging my head for a few hours on this I finally managed to get it all properly compiling/linking following your instructions.

Thanks a lot !