aboutsummaryrefslogtreecommitdiff
path: root/doc/build-windows.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2016-08-29 10:33:36 +0200
committerPieter Wuille <pieter.wuille@gmail.com>2016-09-07 16:18:53 +0200
commit0e6d7535845f98a080078525c4e3f4f9dce0ec22 (patch)
treee571b026652ecc5d07b89b2a1e929c43e364c9a9 /doc/build-windows.md
parentf1c0d78b2d9cbd671413af98e7b081a3b71113ad (diff)
downloadbitcoin-0e6d7535845f98a080078525c4e3f4f9dce0ec22.tar.xz
[doc] build: Mention curl
Diffstat (limited to 'doc/build-windows.md')
-rw-r--r--doc/build-windows.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/build-windows.md b/doc/build-windows.md
index 2b9233d1e1..129774491b 100644
--- a/doc/build-windows.md
+++ b/doc/build-windows.md
@@ -16,9 +16,11 @@ These steps can be performed on, for example, an Ubuntu VM. The depends system
will also work on other Linux distributions, however the commands for
installing the toolchain will be different.
-First install the toolchains:
+Make sure you install the build requirements mentioned in
+[build-unix.md](/doc/build-unix.md).
+Then, install the toolchains and curl:
- sudo apt-get install g++-mingw-w64-i686 mingw-w64-i686-dev g++-mingw-w64-x86-64 mingw-w64-x86-64-dev
+ sudo apt-get install g++-mingw-w64-i686 mingw-w64-i686-dev g++-mingw-w64-x86-64 mingw-w64-x86-64-dev curl
To build executables for Windows 32-bit: