Skip to content

Commit c168d22

Browse files
committed
prerequisites: explicit mention of make
1 parent ccff4b1 commit c168d22

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pages/plugins/prerequisites.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,12 @@ highly recommended to use **xpm** (the xPack Project Manager, which
4646
is a **Node.js** portable CLI application) to install
4747
various build tools (the _Hello World Arm/RISC-V QEMU xPack_ project
4848
template mandates it)
49-
- **Windows Build Tools** - to build projects, on Windows it is necessary
50-
to install `make`, available from the xPack Windows Build Tools;
49+
- **make** - the CDT managed build uses make for all builds; on macOS, make is
50+
available from the
51+
Command Line Tools ; on GNU/Linux, make is available
52+
from the distribution specific
53+
development packages; on Windows, make is available from the
54+
**xPack Windows Build Tools** which must be installed separately;
5155
- **Arm Embedded GCC toolchain** - to build Arm projects, an Arm toolchain like
5256
the xPack GNU Arm Embedded GCC is required;
5357
- **RISC-V Embedded GCC toolchain** - similarly, for RISC-V projects, a RISC-V toolchain

0 commit comments

Comments
 (0)