some updates to reflect modern WSL changes

Windows xcompile build on WSL 1 and 2 modernized some since WSL has evolved.
This commit is contained in:
Michi Lumin 2021-04-13 17:02:56 -06:00 committed by Patrick Lodder
parent 06763f4157
commit 23226323c7
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
WINDOWS BUILD NOTES
====================
Below are some notes on how to build Bitcoin Core for Windows.
Below are some notes on how to build Dogecoin Core for Windows.
Most developers use cross-compilation from Ubuntu to build executables for
Windows. This is also used to build the release binaries.
@ -128,6 +128,6 @@ Installation
After building using the Windows subsystem it can be useful to copy the compiled
executables to a directory on the windows drive in the same directory structure
as they appear in the release `.zip` archive. This can be done in the following
way. This will install to `c:\workspace\bitcoin`, for example:
way. This will install to `c:\workspace\dogecoin`, for example:
make install DESTDIR=/mnt/c/workspace/bitcoin
make install DESTDIR=/mnt/c/workspace/dogecoin