Skip to content

Instantly share code, notes, and snippets.

@langerhans
langerhans / makeit.sh
Created January 10, 2016 17:36 — forked from patricklodder/makeit.sh
make dogecoind linux64 natively
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/

Steps for getting LXC-based gitian build to work on Ubuntu 12.04.

Preparing the system

First, install lxc

apt-get install lxc