top of page

Compilation Linux Wallet

Download and install the dependencies:

sudo apt-get install build-essential libboost-all-dev libcurl4-openssl-dev libdb5.3-dev libdb5.3++-dev qt-sdk libminiupnpc-dev qrencode libqrencode-dev git libtool automake autotools-dev autoconf pkg-config libssl-dev libgmp3-dev libevent-dev bsdmainutils

​

Clone the github source code for the local machine:

git clone https://github.com/DigitalCoin1/DigitalCoinBRL

​

Compile the daemon in the DigitalCoinBRL/src directory:

cd DigitalCoinBRL/src

make -f makefile.unix USE_UPNP=- USE_IPV6=1

​

Compile the QT in the DigitalCoinBRL directory:

sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev

qmake SperoCoin-qt.pro "USE_UPNP=-" "USE_QRCODE=1"

make -f Makefile

bottom of page