aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-04-11 16:42:56 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-04-11 16:42:56 +0200
commite5dea484dcd687f50b1920c3efcfbd6c1d21f2d5 (patch)
tree102b785c599bd4739f295a6994c4c031dcd95ec1
parentfb3f1815865463d255ed10fc89cdad706ff3804d (diff)
mention C compilers in usage docs
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index f512874..249a0d9 100644
--- a/README.md
+++ b/README.md
@@ -19,13 +19,14 @@ For the packer to work you need to install the following packages:
* nasm
* squashfs-tools-ng
* musl
+* gcc
* ld
* (optional) clang
* (optional) kernel-headers-musl
If you want to build images for the Raspberry Pi, the aarch64 versions
of the musl related packages (musl itself and optionally clang and the kernel headers)
-and the linker (ld becomes aarch64-linux-gnu-binutils)
+and the compiler and linker (gcc becomes aarch64-linux-musl, ld becomes aarch64-linux-gnu-binutils)
are required as well.
Clang and the kernel headers are needed for some small sys crates to compile.