Merge pull request #483 from tazz2004/1.7-Readme-fix

Few documentation fixes for 1.7 branch
This commit is contained in:
Ross Nicoll 2014-04-21 22:24:12 +01:00
commit 2b2358889f
2 changed files with 11 additions and 15 deletions

View file

@ -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

View file

@ -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)