aboutsummaryrefslogtreecommitdiff
path: root/doc/build-unix.md
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2016-08-29 10:33:36 +0200
committerMarcoFalke <[email protected]>2016-08-29 10:34:42 +0200
commitfae6bb85cf71056aa2541d9bc5cce26946a56945 (patch)
tree276d69b815b6df4f416fd7e9bbfeee1eca0db942 /doc/build-unix.md
parentMerge #8607: [doc] Fix doxygen off-by-one comments, fix typos (diff)
downloaddiscoin-fae6bb85cf71056aa2541d9bc5cce26946a56945.tar.xz
discoin-fae6bb85cf71056aa2541d9bc5cce26946a56945.zip
[doc] build: Mention curl
Diffstat (limited to 'doc/build-unix.md')
-rw-r--r--doc/build-unix.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md
index bd89978cc..62e3e793e 100644
--- a/doc/build-unix.md
+++ b/doc/build-unix.md
@@ -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: