43 | @@ -44,26 +44,34 @@ Note that for WSL the Bitcoin Core source path MUST be somewhere in the default
44 | example /usr/src/bitcoin, AND not under /mnt/d/. If this is not the case the dependency autoconf scripts will fail.
45 | This means you cannot use a directory that is located directly on the host Windows file system to perform the build.
46 |
47 | -Build using:
48 | -
49 | - gmake -C depends HOST=x86_64-w64-mingw32 # Use "-j N" for N parallel jobs.
50 | - cmake -B build --toolchain depends/x86_64-w64-mingw32/toolchain.cmake
51 | - cmake --build build # Use "-j N" for N parallel jobs.
52 | +After building using the Windows subsystem it can be useful to copy the compiled
After building using the Windows subsystem, it can be useful to copy the compiled