You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...Choose the "posix" (vs 'auto' or 'win32') option, and continue.
96
96
97
97
Note that for WSL v1 the Dogecoin Core source path MUST be somewhere in the default mount file system, for
@@ -101,33 +101,33 @@ If this is not the case the dependency autoconf scripts will fail (silently.)
101
101
This means you cannot use a directory that is located directly on the host Windows file system to perform the build.
102
102
103
103
To identify your version of WSL, run the command:
104
-
105
-
wsl -l -v
106
-
104
+
```powershell
105
+
wsl -l -v
106
+
```
107
107
If using WSL 1, you'll need to turn off WSL Support for Win32 applications temporarily, or you will get ABI errors and format errors for some .o files.
108
108
109
109
If using WSL 1 then build using:
110
-
111
-
PATH=$(echo "$PATH" | sed -e 's/:\/mnt.*//g') # strip out problematic Windows %PATH% imported var
112
-
sudo bash -c "echo 0 > /proc/sys/fs/binfmt_misc/status" # Temporarily Disable WSL support for Win32 applications.
113
-
cd depends
114
-
make HOST=x86_64-w64-mingw32
115
-
cd ..
116
-
./autogen.sh # not required when building from release tarball
In either case, be aware that if the first `make` invocation fails, you will see further errors during the `./configure` and second `make` stages. Please
132
132
report any errors with this in mind.
133
133
@@ -136,22 +136,22 @@ Also be careful using the `-j` flag with any `make` command. People have reporte
136
136
## Building for 32-bit Windows
137
137
138
138
To build executables for Windows 32-bit, install the following dependencies:
0 commit comments