Merge #8624: [doc] build: Mention curl

fae6bb8 [doc] build: Mention curl (MarcoFalke)
This commit is contained in:
Pieter Wuille 2016-08-29 16:18:40 +02:00
commit 89de1538ce
No known key found for this signature in database
GPG Key ID: DBA1A67379A1A931
2 changed files with 7 additions and 4 deletions

View File

@ -293,9 +293,10 @@ 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 toolchain:
Make sure you install the build requirements mentioned above.
Then, install the toolchain and curl:
sudo apt-get install g++-arm-linux-gnueabihf
sudo apt-get install g++-arm-linux-gnueabihf curl
To build executables for ARM:

View File

@ -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: