diff options
Diffstat (limited to 'doc/build-msw.md')
-rw-r--r-- | doc/build-msw.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/build-msw.md b/doc/build-msw.md index e7e902eaa5..9e4eaee3f5 100644 --- a/doc/build-msw.md +++ b/doc/build-msw.md @@ -55,7 +55,7 @@ MSYS shell: Boost ----- -DOS prompt: +MSYS shell: downloaded boost jam 3.1.18 cd \boost-1.50.0-mgw @@ -74,8 +74,10 @@ MSYS shell: Bitcoin ------- -DOS prompt: +MSYS shell: - cd \bitcoin\src - mingw32-make -f makefile.mingw + cd \bitcoin + sh autogen.sh + sh configure + mingw32-make strip bitcoind.exe |