Notes on dependencies
This commit is contained in:
parent
4c96aac02c
commit
59fda90b89
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@ root
|
||||||
|
|
||||||
### Quick Start
|
### 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
|
```sh
|
||||||
make get_toolchain # Dont worry, is will land locally inside project directory
|
make get_toolchain # Dont worry, is will land locally inside project directory
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
|
|
Loading…
Add table
Reference in a new issue