Skip to content

Commit fff634d

Browse files
committed
prerequisites: rephrase
1 parent 0abfbe4 commit fff634d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/plugins/prerequisites.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ 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-
- **make** - the CDT managed build uses make for all builds;
50-
- macOS: the make utility is included with the **Command Line Tools**, which can be installed via Xcode or directly through terminal commands;
51-
- GNU/Linux: the make utility is typically available as part of the development packages provided by the specific Linux distribution (e.g., via apt for Debian-based systems or yum for Red Hat-based systems);
52-
- Windows: The make utility is not natively included and must be installed separately. It can be obtained by installing the **xPack Windows Build Tools**;
49+
- **make** - the CDT managed build uses `make` for all builds;
50+
- macOS: the `make` utility is included with the **Command Line Tools**, which can be installed via Xcode or directly through terminal commands;
51+
- GNU/Linux: the ``make`` utility is typically available as part of the development packages provided by the specific Linux distribution (e.g., via apt for Debian-based systems or yum for Red Hat-based systems);
52+
- Windows: The `make` utility is not natively included and must be installed separately. It can be obtained by installing the **xPack Windows Build Tools**;
5353
- **Arm Embedded GCC toolchain** - to build Arm projects, an Arm toolchain like
5454
the xPack GNU Arm Embedded GCC is required;
5555
- **RISC-V Embedded GCC toolchain** - similarly, for RISC-V projects, a RISC-V toolchain

0 commit comments

Comments
 (0)