Gavin Andresen [ARCHIVE] on Nostr: 📅 Original date posted:2014-07-03 📝 Original message:Just FYI for anybody else ...
📅 Original date posted:2014-07-03
📝 Original message: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>
📝 Original message: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>