Skip to content

Commit fae6bb8

Browse files
author
MarcoFalke
committed
[doc] build: Mention curl
1 parent a5bb638 commit fae6bb8

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

doc/build-unix.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,10 @@ These steps can be performed on, for example, an Ubuntu VM. The depends system
293293
will also work on other Linux distributions, however the commands for
294294
installing the toolchain will be different.
295295

296-
First install the toolchain:
296+
Make sure you install the build requirements mentioned above.
297+
Then, install the toolchain and curl:
297298

298-
sudo apt-get install g++-arm-linux-gnueabihf
299+
sudo apt-get install g++-arm-linux-gnueabihf curl
299300

300301
To build executables for ARM:
301302

doc/build-windows.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ These steps can be performed on, for example, an Ubuntu VM. The depends system
1616
will also work on other Linux distributions, however the commands for
1717
installing the toolchain will be different.
1818

19-
First install the toolchains:
19+
Make sure you install the build requirements mentioned in
20+
[build-unix.md](/doc/build-unix.md).
21+
Then, install the toolchains and curl:
2022

21-
sudo apt-get install g++-mingw-w64-i686 mingw-w64-i686-dev g++-mingw-w64-x86-64 mingw-w64-x86-64-dev
23+
sudo apt-get install g++-mingw-w64-i686 mingw-w64-i686-dev g++-mingw-w64-x86-64 mingw-w64-x86-64-dev curl
2224

2325
To build executables for Windows 32-bit:
2426

0 commit comments

Comments
 (0)