We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8426e3a commit 5a2d98cCopy full SHA for 5a2d98c
doc/build-windows.md
@@ -103,7 +103,7 @@ Build using:
103
cd depends
104
make HOST=x86_64-w64-mingw32
105
cd ..
106
- ./autogen.sh # not required when building from tarball
+ ./autogen.sh
107
CONFIG_SITE=$PWD/depends/x86_64-w64-mingw32/share/config.site ./configure --prefix=/
108
make
109
sudo bash -c "echo 1 > /proc/sys/fs/binfmt_misc/status" # Enable WSL support for Win32 applications.
0 commit comments