aboutsummaryrefslogtreecommitdiff
path: root/doc/build-windows.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2017-08-23 10:10:14 -0400
committerMarcoFalke <falke.marco@gmail.com>2017-08-23 10:08:09 -0400
commitfa14b6797088065f890b33c1a2c7f6ee4af20c6c (patch)
tree2666848499a3b7321ac447b68713e78facf91e8b /doc/build-windows.md
parentc2704ec98a1b7b35b6a7c1b6b26a3f16d44e8880 (diff)
downloadbitcoin-fa14b6797088065f890b33c1a2c7f6ee4af20c6c.tar.xz
[doc] build-windows: Mention that only trusty works
Diffstat (limited to 'doc/build-windows.md')
-rw-r--r--doc/build-windows.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/build-windows.md b/doc/build-windows.md
index 9549a4b9da..ca1a05dfb4 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