From 59fda90b89e1f785b26afda9890dd68d641d30c1 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Tue, 2 Sep 2025 01:59:38 +0200 Subject: [PATCH] Notes on dependencies --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 177f304..52fd5e1 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ root ### Quick Start +On a linux machine, make sure that you have `make` and `curl` in path. The rest +of the tooling (gcc, qemu) will be handled by the build system. + ```sh make get_toolchain # Dont worry, is will land locally inside project directory make -j$(nproc)