[Bitcoin-development] Building from git on OSX

Gavin Andresen gavinandresen at gmail.com
Thu Jul 3 15:56:11 UTC 2014


Just FYI for anybody else building on OSX:

libtool is a new dependency, so if you update to git HEAD and have trouble
building:

brew install libtool
  (or port install libtool -- see doc/build-osx.md for all the dependencies)
./autogen.sh
./configure  .... etc, whatever configure options you use. I develop with:
./configure --disable-hardening --disable-silent-rules CXXFLAGS='-g3 -O0
-DDEBUG_LOCKORDER'



-- 
--
Gavin Andresen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20140703/31d5d271/attachment.html>


More information about the bitcoin-dev mailing list