I'm trying to compile on debian, freshly installed. This is the output from uname: Linux machine 3.2.0-4-686-pae #1 SMP Debian 3.2.60-1+deb7u3 i686 GNU/Linux
I'm stuck at ./configure...
git pull https://github.com/bitcoin/bitcoin ./autogen.sh ./configure --without-miniupnpc --disable-wallet
THESE ARE LAST LINES OF THE OUTPUT FROM ./configure: checking for visibility attribute... yes checking whether C++ compiler accepts -fvisibility=hidden... yes checking for boostlib >= 1.20.0... configure: We could not detect the boost libraries (version 1.20 or higher). If you have a staged boost library (still not installed) please specify $BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See http://randspringer.de/boost for more documentation. checking whether the Boost::System library is available... no checking whether the Boost::Filesystem library is available... no checking whether the Boost::Program_Options library is available... no checking whether the Boost::Thread library is available... no checking whether the Boost::Chrono library is available... no checking for working boost reduced exports... no configure: WARNING: boost versions < 1.49 are known to have symbol visibility issues. Disabling reduced exports. configure: error: No working boost sleep implementation found.