From 0decfffe0dbf63691f3bb1bf655fec37deb2c91e Mon Sep 17 00:00:00 2001 From: Gaurav Chaturvedi Date: Tue, 22 Apr 2014 02:21:40 +0530 Subject: [PATCH] Corrected the instructions to build the required files --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f8cfeb995..bacceffbc 100644 --- a/README.md +++ b/README.md @@ -59,17 +59,13 @@ The original block reward schedule with one-minute block targets and four-hour d 600,000+: 10,000 Dogecoin -### Wow plz make dogecoind +### Wow plz make dogecoind/dogecoin-cli/dogecoin-qt - sudo apt-get install build-essential \ - libssl-dev \ - libdb5.1++-dev \ - libboost-all-dev \ - libqrencode-dev \ - libminiupnpc-dev + The following are developer notes on how to build Dogecoin on your native platform. They are not complete guides, but include notes on the necessary libraries, compile flags, etc. - cd src/ - make -f makefile.unix USE_UPNP=1 USE_IPV6=1 USE_QRCODE=1 + - [OSX Build Notes](doc/build-osx.md) + - [Unix Build Notes](doc/build-unix.md) + - [Windows Build Notes](doc/build-msw.md) ### Such ports RPC 22555