Skip to content

Commit

Permalink
Update readme-qt.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
cygnusxi committed Dec 9, 2016
1 parent c194703 commit 2c79780
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions doc/readme-qt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2c79780

Please sign in to comment.