-
Notifications
You must be signed in to change notification settings - Fork 9
Home Build linux QT wallet
SoonCoin edited this page Mar 22, 2016
·
4 revisions
Welcome to the Corgicoin wiki!
How to compile the linux QT wallet
if you are root user just copy paste apt-get install git qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libminiupnpc-dev libqrencode-dev
if you are a non root user put sudo in front of all commands here.
On your home directory.
git clone https://github.com/sooncoin/corgicoinnew corgicoin
cd corgicoin
make clean
make distclean
qmake Corgicoin-Qt.pro
make
the Output will be a Corgicoin-Qt wallet app to run
If you want the daemon only
cd corgicoin/src
make -f makefile.unix
output will be a program called corgicoind