Browse Source

[Doc] Add missing autogen to example builds

0.14
Amir Abrams 8 years ago committed by amirabrams
parent
commit
3f58a283ee
  1. 2
      doc/build-windows.md

2
doc/build-windows.md

@ -27,6 +27,7 @@ To build executables for Windows 32-bit: @@ -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
@ -35,6 +36,7 @@ To build executables for Windows 64-bit: @@ -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

Loading…
Cancel
Save