diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-11-03 11:36:09 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-11-04 11:57:30 +0100 |
commit | 35bb381435abe0cee661fa169d5d228a464d7632 (patch) | |
tree | 974f42ad90b8d298b16643ac2ad5947523351231 /doc/README.md | |
parent | 42f339ef780bff268369e3a7399c8b8f2ef3e8b4 (diff) |
build: Improve build instructions
- Add package instructions for Ubuntu 15.10
- Clarify BerkeleyDB/wallet situation for unix
- Add basic build instructions for Windows (closes #1401)
Diffstat (limited to 'doc/README.md')
-rw-r--r-- | doc/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/README.md b/doc/README.md index 08fd724355..0594d20dd4 100644 --- a/doc/README.md +++ b/doc/README.md @@ -43,6 +43,8 @@ The following are developer notes on how to build Bitcoin on your native platfor - [OS X Build Notes](build-osx.md) - [Unix Build Notes](build-unix.md) +- [Windows Build Notes](build-windows.md) +- [OpenBSD Build Notes](build-openbsd.md) - [Gitian Building Guide](gitian-building.md) Development |