Attempted to make introduction clearer. Added note about required location of source code.
The note about the source code location should stop the issues being logged about the automake errors when building the dependencies.
Attempted to make introduction clearer. Added note about required location of source code.
The note about the source code location should stop the issues being logged about the automake errors when building the dependencies.
97 | @@ -94,6 +98,18 @@ Ubuntu Zesty 17.04 <sup>[2](#footnote2)</sup>: 98 | 99 | Once the tool chain is installed the build steps are common: 100 | 101 | +Note that for WSL the Bitcoin Core source path MUST be somewhere in the default mount file system, for
This should also be written under building for 32-bit windows.
Done.
Please update the commit message to something more meaningful. Include [Doc] and mention Windows etc.
12 | -It is possible to build on Ubuntu Xenial by installing the cross compiler packages from 13 | -Ubuntu Zesty, see the steps below. 14 | -Building on Ubuntu Zesty 17.04 up to 17.10 has been verified to work. 15 | +The options known to work for building Bitcoin Core on Windows are: 16 | + 17 | +* On Linux using the (Mingw-w64)[https://mingw-w64.org/doku.php] cross compiler tool chain. Ubuntu Trusty 14.04 is recommended
Need to swap parens and square brackets on this link
24 | -While there are potentially a number of ways to build on Windows (for example using msys / mingw-w64), 25 | -using the Windows Subsystem For Linux is the most straightforward. If you are building with 26 | -another method, please contribute the instructions here for others who are running versions 27 | -of Windows that are not compatible with the Windows Subsystem for Linux. 28 | +* On Windows using a POSIX compatibility layer application such as [cygwin](http://www.cygwin.com/) or [msys2](http://www.msys2.org/). 29 | +* On Windows using a native compiler tool chain such as (Visual Studio)[https://www.visualstudio.com].
same here
Thanks, merged via ea68190