Notes on dependencies

This commit is contained in:
Imbus 2025-09-02 01:59:38 +02:00
parent 4c96aac02c
commit 59fda90b89

View file

@ -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)