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.
2 parents 9da7366 + 3f58a28 commit 279bbadCopy full SHA for 279bbad
doc/build-windows.md
@@ -27,6 +27,7 @@ To build executables for Windows 32-bit:
27
cd depends
28
make HOST=i686-w64-mingw32 -j4
29
cd ..
30
+ ./autogen.sh # not required when building from tarball
31
./configure --prefix=`pwd`/depends/i686-w64-mingw32
32
make
33
@@ -35,6 +36,7 @@ To build executables for Windows 64-bit:
35
36
37
make HOST=x86_64-w64-mingw32 -j4
38
39
40
./configure --prefix=`pwd`/depends/x86_64-w64-mingw32
41
42
0 commit comments