Skip to content

Commit

Permalink
Merge pull request dogecoin#483 from tazz2004/1.7-Readme-fix
Browse files Browse the repository at this point in the history
Few documentation fixes for 1.7 branch
  • Loading branch information
Ross Nicoll committed Apr 21, 2014
2 parents ace7c20 + 82c1a7b commit 2b23588
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions doc/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 2b23588

Please sign in to comment.