diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-04-11 16:42:56 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-04-11 16:42:56 +0200 |
commit | e5dea484dcd687f50b1920c3efcfbd6c1d21f2d5 (patch) | |
tree | 102b785c599bd4739f295a6994c4c031dcd95ec1 | |
parent | fb3f1815865463d255ed10fc89cdad706ff3804d (diff) |
mention C compilers in usage docs
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |