update read.me
This commit is contained in:
parent
6cec42f940
commit
4ef309f10d
|
@ -29,14 +29,14 @@ There are two CureCoin clients that you can choose: one with a nice graphical in
|
|||
|
||||
FOR THE GUI CLIENT:
|
||||
|
||||
> 1. **sudo apt-get --no-install-recommends 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.1++-dev dh-make build-essential**
|
||||
> 1. **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**
|
||||
> 2. From the main directory, run the following:
|
||||
> 3. **qmake && make**
|
||||
> 4. **sudo make install** Alternatively, don't run that command and just place the binary wherever you want.
|
||||
|
||||
FOR THE HEADLESS CURECOIND:
|
||||
|
||||
> 1. **sudo apt-get --no-install-recommends install libboost-all-dev libqrencode-dev libssl-dev libdb5.1-dev libdb5.1++-dev libminiupnpc-dev dh-make build-essential**
|
||||
> 1. **sudo apt-get install libboost-all-dev libqrencode-dev libssl-dev libdb5.3-dev libdb5.1++-dev libminiupnpc-dev dh-make build-essential**
|
||||
> 2. **cd src/ && mkdir obj/ && make -f makefile.unix**
|
||||
> 4. **sudo make install** Alternatively, don't run that command and just place the binary wherever you want.
|
||||
|
||||
|
|
Loading…
Reference in New Issue