Skip to content

Commit 279bbad

Browse files
committed
Merge #8787: [Doc] Add missing autogen to example builds
3f58a28 [Doc] Add missing autogen to example builds (Amir Abrams)
2 parents 9da7366 + 3f58a28 commit 279bbad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/build-windows.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ To build executables for Windows 32-bit:
2727
cd depends
2828
make HOST=i686-w64-mingw32 -j4
2929
cd ..
30+
./autogen.sh # not required when building from tarball
3031
./configure --prefix=`pwd`/depends/i686-w64-mingw32
3132
make
3233

@@ -35,6 +36,7 @@ To build executables for Windows 64-bit:
3536
cd depends
3637
make HOST=x86_64-w64-mingw32 -j4
3738
cd ..
39+
./autogen.sh # not required when building from tarball
3840
./configure --prefix=`pwd`/depends/x86_64-w64-mingw32
3941
make
4042

0 commit comments

Comments
 (0)