diff --git a/README.md b/README.md index 0c259e297..dab94bae8 100644 --- a/README.md +++ b/README.md @@ -61,17 +61,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 diff --git a/doc/README.md b/doc/README.md index ac15f133f..38f9b8501 100644 --- a/doc/README.md +++ b/doc/README.md @@ -1,9 +1,9 @@ -Dogecoin 0.9.0rc1 BETA +Dogecoin 1.7 ===================== -Copyright (c) 2009-2014 Bitcoin Developers -Copyright (c) 2011-2013 Litecoin Developers -Copyright (c) 2013-2014 Dogecoin Developers +* Copyright (c) 2009-2014 Bitcoin Developers +* Copyright (c) 2011-2013 Litecoin Developers +* Copyright (c) 2013-2014 Dogecoin Developers Setup @@ -63,8 +63,8 @@ The Dogecoin repo's [root README](https://github.com/dogecoin/dogecoin/blob/mast - [Unit Tests](unit-tests.md) ### Resources -* Discuss on the [BitcoinTalk](https://bitcointalk.org/) forums, in the [Development & Technical Discussion board](https://bitcointalk.org/index.php?board=6.0). -* Discuss on [#bitcoin-dev](http://webchat.freenode.net/?channels=bitcoin) on Freenode. If you don't have an IRC client use [webchat here](http://webchat.freenode.net/?channels=bitcoin-dev). +* Discuss on the [/r/dogecoindev](http://www.reddit.com/r/dogecoindev) subreddit. +* Discuss on [#dogecoin-dev](http://webchat.freenode.net/?channels=dogecoin-dev) on Freenode. If you don't have an IRC client use [webchat here](http://webchat.freenode.net/?channels=dogecoin-dev). ### Miscellaneous - [Assets Attribution](assets-attribution.md)