Steps for getting LXC-based gitian build to work on Ubuntu 12.04.
First, install lxc
apt-get install lxc
CORES=8 | |
pushd depends/ | |
make -j${CORES} NO_QT=1 NO_UPNP=1 | |
popd | |
./autogen.sh | |
./configure --prefix=`pwd`/depends/x86_64-unknown-linux-gnu --without-gui --without-miniupnpc --enable-hardening --enable-cxx --disable-shared --with-pic CPPFLAGS="-O2" LDFLAGS=-static-libstdc++ | |
pushd src/ |