Skip to content

Commit

Permalink
Merge bitcoin#8787: [Doc] Add missing autogen to example builds
Browse files Browse the repository at this point in the history
3f58a28 [Doc] Add missing autogen to example builds (Amir Abrams)
  • Loading branch information
laanwj authored and andvgal committed Dec 24, 2018
1 parent 93b472b commit 019f390
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/build-windows.md
Expand Up @@ -46,6 +46,7 @@ and then select the `x86_64-w64-mingw32-g++-posix` option for the default MinGW.
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 @@ -54,6 +55,7 @@ and then select the `x86_64-w64-mingw32-g++-posix` option for the default MinGW.
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 019f390

Please sign in to comment.