update read.me

This commit is contained in:
cygnusxi 2016-02-03 01:37:23 -05:00
parent 6cec42f940
commit 4ef309f10d
1 changed files with 2 additions and 2 deletions

View File

@ -29,14 +29,14 @@ There are two CureCoin clients that you can choose: one with a nice graphical in
FOR THE GUI CLIENT: 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: > 2. From the main directory, run the following:
> 3. **qmake && make** > 3. **qmake && make**
> 4. **sudo make install** Alternatively, don't run that command and just place the binary wherever you want. > 4. **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:
> 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** > 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. > 4. **sudo make install** Alternatively, don't run that command and just place the binary wherever you want.