Update readme-qt.rst

This commit is contained in:
cygnusxi 2016-12-08 23:01:01 -05:00 committed by GitHub
parent c19470306d
commit 2c79780ed2
1 changed files with 12 additions and 2 deletions

View File

@ -17,15 +17,25 @@ git clone https://github.com/cygnusxi/CurecoinSource.git
##FOR THE GUI CLIENT:
sudo apt-get install qt4-qmake libqt4-dev libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libminiupnpc-dev libdb5.3++-dev dh-make build-essential
From the main directory, run the following:
qmake && make
sudo make install Alternatively, don't run that command and just place the binary wherever you want.
sudo make install
Alternatively, don't run that command and just place the binary wherever you want.
##FOR THE HEADLESS CURECOIND:
sudo apt-get install libboost-all-dev libqrencode-dev libssl-dev libdb5.3-dev libdb5.3++-dev libminiupnpc-dev dh-make build-essential
cd src/ && mkdir obj/ && make -f makefile.unix
sudo make install Alternatively, don't run that command and just place the binary wherever you want.
sudo make
install
Alternatively, don't run that command and just place the binary wherever you want.
libdb4.8 should also work if libdb5.1 is too high a version for you. Newer versions of Linux will need libdb5.3++-dev
Alternatively, install `Qt Creator`_ and open the `curecoin-qt.pro` file.