mirror of
https://github.com/cygnusxi/CurecoinSource.git
synced 2025-07-27 15:44:25 +02:00
Update readme-qt.rst
This commit is contained in:
parent
c19470306d
commit
2c79780ed2
@ -17,15 +17,25 @@ git clone https://github.com/cygnusxi/CurecoinSource.git
|
|||||||
##FOR THE GUI CLIENT:
|
##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
|
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:
|
From the main directory, run the following:
|
||||||
|
|
||||||
qmake && make
|
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:
|
##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
|
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
|
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
|
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.
|
Alternatively, install `Qt Creator`_ and open the `curecoin-qt.pro` file.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user