diff options
| author | Michi Lumin <[email protected]> | 2021-04-13 17:02:56 -0600 |
|---|---|---|
| committer | Patrick Lodder <[email protected]> | 2021-04-18 19:02:31 +0200 |
| commit | 23226323c71fb078434321d812acfc30f7f2742a (patch) | |
| tree | ea4a9dc5cec5d9f76a312a8f0d0784508b35def7 /doc | |
| parent | modernizing the windows xcompile process under WSL (diff) | |
| download | discoin-23226323c71fb078434321d812acfc30f7f2742a.tar.xz discoin-23226323c71fb078434321d812acfc30f7f2742a.zip | |
some updates to reflect modern WSL changes
Windows xcompile build on WSL 1 and 2 modernized some since WSL has evolved.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build-windows.md | 6 |
1 files 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 |