diff options
| author | flack <[email protected]> | 2017-07-09 13:15:45 +0200 |
|---|---|---|
| committer | flack <[email protected]> | 2017-09-07 00:34:27 +0200 |
| commit | e91b9619232dc8999ae9657f117d55b7d241eadc (patch) | |
| tree | 5a94fcb50847c966ee7fa104cccc585c29170249 /doc/README.md | |
| parent | Merge #10759: Fix multi_rpc test for hosts that dont default to utf8 (diff) | |
| download | discoin-e91b9619232dc8999ae9657f117d55b7d241eadc.tar.xz discoin-e91b9619232dc8999ae9657f117d55b7d241eadc.zip | |
Create dependencies.md, and link dependencies file from README & build docs
Diffstat (limited to 'doc/README.md')
| -rw-r--r-- | doc/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/README.md b/doc/README.md index 275ae67e5..988019869 100644 --- a/doc/README.md +++ b/doc/README.md @@ -37,6 +37,7 @@ Building --------------------- The following are developer notes on how to build Bitcoin on your native platform. They are not complete guides, but include notes on the necessary libraries, compile flags, etc. +- [Dependencies](dependencies.md) - [OS X Build Notes](build-osx.md) - [Unix Build Notes](build-unix.md) - [Windows Build Notes](build-windows.md) |