diff --git a/doc/readme-qt.rst b/doc/readme-qt.rst index f7eb80f..3e6511b 100644 --- a/doc/readme-qt.rst +++ b/doc/readme-qt.rst @@ -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.