diff options
author | Brandon Dahler <brandon.dahler@gmail.com> | 2013-11-10 21:11:33 -0600 |
---|---|---|
committer | Brandon Dahler <brandon.dahler@gmail.com> | 2013-11-10 21:36:13 -0600 |
commit | 2b9170746945e5bfc09e2a235c70fee359a224a5 (patch) | |
tree | a35504904866dea34cad5fe3879efa1e2cf60da0 /doc/build-msw.md | |
parent | 16d5f2c5e0a7276fb2b09d8dd51b7bac2753c4cc (diff) |
Update build docs that refer to old makefile.* files.
Also update pull-tester's error message.
Diffstat (limited to 'doc/build-msw.md')
-rw-r--r-- | doc/build-msw.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/build-msw.md b/doc/build-msw.md index e7e902eaa5..c9f01045ee 100644 --- a/doc/build-msw.md +++ b/doc/build-msw.md @@ -76,6 +76,8 @@ Bitcoin ------- DOS prompt: - cd \bitcoin\src - mingw32-make -f makefile.mingw + cd \bitcoin + sh autogen.sh + sh configure + mingw32-make strip bitcoind.exe |