diff options
| author | Wladimir J. van der Laan <[email protected]> | 2017-08-24 07:45:08 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2017-08-24 08:01:53 +0200 |
| commit | 00ada17230f7a76aba16bb60268f82f25dafcf3c (patch) | |
| tree | 9ca74f92ce483c62ec3f627ceebd1a679416a37a /doc | |
| parent | Merge #11068: qa: Move wait_until to util (diff) | |
| parent | [doc] build-windows: Mention that only trusty works (diff) | |
| download | discoin-00ada17230f7a76aba16bb60268f82f25dafcf3c.tar.xz discoin-00ada17230f7a76aba16bb60268f82f25dafcf3c.zip | |
Merge #11119: [doc] build-windows: Mention that only trusty works
fa14b67 [doc] build-windows: Mention that only trusty works (MarcoFalke)
Pull request description:
This should prevent people from running into the issues to later find that there is no solution yet.
Tree-SHA512: c0512bb15ebd62113a4195a9577fec4ddacf164509673e178c6b5445c16ab7b110a13ba829e6eebb2a66dff61eeac6ec77f7c5f60bd64685a0c0d99f71f4edf7
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build-windows.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/build-windows.md b/doc/build-windows.md index 9549a4b9d..ca1a05dfb 100644 --- a/doc/build-windows.md +++ b/doc/build-windows.md @@ -6,6 +6,9 @@ Below are some notes on how to build Bitcoin Core for Windows. Most developers use cross-compilation from Ubuntu to build executables for Windows. This is also used to build the release binaries. +Currently only building on Ubuntu Trusty 14.04 is supported. +Other versions are unsupported or known to be broken (e.g. Ubuntu Xenial 16.04). + While there are potentially a number of ways to build on Windows (for example using msys / mingw-w64), using the Windows Subsystem For Linux is the most straightforward. If you are building with another method, please contribute the instructions here for others who are running versions |