[Doc] Add missing autogen to example builds
This commit is contained in:
parent
cf5ebaa921
commit
3f58a283ee
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,7 @@ To build executables for Windows 32-bit:
|
||||||
cd depends
|
cd depends
|
||||||
make HOST=i686-w64-mingw32 -j4
|
make HOST=i686-w64-mingw32 -j4
|
||||||
cd ..
|
cd ..
|
||||||
|
./autogen.sh # not required when building from tarball
|
||||||
./configure --prefix=`pwd`/depends/i686-w64-mingw32
|
./configure --prefix=`pwd`/depends/i686-w64-mingw32
|
||||||
make
|
make
|
||||||
|
|
||||||
|
@ -35,6 +36,7 @@ To build executables for Windows 64-bit:
|
||||||
cd depends
|
cd depends
|
||||||
make HOST=x86_64-w64-mingw32 -j4
|
make HOST=x86_64-w64-mingw32 -j4
|
||||||
cd ..
|
cd ..
|
||||||
|
./autogen.sh # not required when building from tarball
|
||||||
./configure --prefix=`pwd`/depends/x86_64-w64-mingw32
|
./configure --prefix=`pwd`/depends/x86_64-w64-mingw32
|
||||||
make
|
make
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue