From 23226323c71fb078434321d812acfc30f7f2742a Mon Sep 17 00:00:00 2001 From: Michi Lumin Date: Tue, 13 Apr 2021 17:02:56 -0600 Subject: [PATCH] some updates to reflect modern WSL changes Windows xcompile build on WSL 1 and 2 modernized some since WSL has evolved. --- doc/build-windows.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/build-windows.md b/doc/build-windows.md index 4d7d6c67a..437a41a62 100644 --- a/doc/build-windows.md +++ b/doc/build-windows.md @@ -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