Skip to content

Commit

Permalink
Merge pull request #48 from damoos3/master
Browse files Browse the repository at this point in the history
Update README Linux build instructions
  • Loading branch information
cryptopepe authored Feb 17, 2019
2 parents 248841a + 9827e26 commit e3df1fd
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,18 @@ Ubuntu 18.04+ or Debian 9+ is recommended. See the RELEASES tab for Windows wall
The strip command removes debugging data and lessens exectuable size.

#### Instructions for Building Command Line Daemon
>
>sudo apt-get install build-essential libtool autotools-dev automake pkg-config libevent-dev bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev libminiupnpc-dev libgmp3-dev libdb-dev libdb++-dev libgmp3-dev lzma-dev libssl1.0-dev zlib1g-dev zlib1g libgmp-dev
>sudo apt-get install build-essential libtool autotools-dev automake pkg-config libevent-dev bsdmainutils
>
>sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev
>
>sudo apt-get install libboost-thread-dev libminiupnpc-dev libgmp3-dev libdb-dev libdb++-dev libgmp3-dev lzma-dev libssl1.0-dev zlib1g-dev zlib1g libgmp-dev
>
>git clone https://github.com/pepeteam/pepecoin.git
>
>cd pepecoin/src
>
>make -f makefile.unix USE_UPNP=-
>
>strip pepecoind
Expand Down Expand Up @@ -201,4 +208,4 @@ License
>all copies or substantial portions of the Software.
>
> See LICENSE file for more info.
------------------
------------------

0 comments on commit e3df1fd

Please sign in to comment.