Skip to content

Commit

Permalink
[Doc] Add missing autogen to example builds
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirAbrams committed Sep 23, 2016
1 parent cf5ebaa commit 3f58a28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/build-windows.md
Expand Up @@ -27,6 +27,7 @@ To build executables for Windows 32-bit:
cd depends
make HOST=i686-w64-mingw32 -j4
cd ..
./autogen.sh # not required when building from tarball
./configure --prefix=`pwd`/depends/i686-w64-mingw32
make

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

Expand Down

0 comments on commit 3f58a28

Please sign in to comment.