diff options
| author | Tomo Ueda <[email protected]> | 2021-09-02 12:54:43 -0700 |
|---|---|---|
| committer | Tomo Ueda <[email protected]> | 2021-09-02 12:54:43 -0700 |
| commit | f5c716526aaafb318a98e974c8b2fbe02870646b (patch) | |
| tree | e14145656fcff86ec2c7a1ecf4ad28e0b40f36aa /doc/build-windows.md | |
| parent | s/DOGE/DIS/g (diff) | |
| download | discoin-f5c716526aaafb318a98e974c8b2fbe02870646b.tar.xz discoin-f5c716526aaafb318a98e974c8b2fbe02870646b.zip | |
really s/doge/dis/g this time
Diffstat (limited to 'doc/build-windows.md')
| -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 437a41a62..c766d5152 100644 --- a/doc/build-windows.md +++ b/doc/build-windows.md @@ -75,7 +75,7 @@ For Ubuntu 18.04 and 20.04, set the default mingw32 g++ compiler option to posix ...Choose the "posix" (vs 'auto' or 'win32') option, and continue. Note that for WSL v1 the Dogecoin Core source path MUST be somewhere in the default mount file system, for -example /usr/src/dogecoin, AND not under, for example, /mnt/d/dogecoin. +example /usr/src/discoin, AND not under, for example, /mnt/d/discoin. If this is not the case the dependency autoconf scripts will fail (silently.) This means you cannot use a directory that is located directly on the host Windows file system to perform the build. @@ -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\dogecoin`, for example: +way. This will install to `c:\workspace\discoin`, for example: - make install DESTDIR=/mnt/c/workspace/dogecoin + make install DESTDIR=/mnt/c/workspace/discoin |