1
0
Fork 0

make download

master
jebba 2021-07-27 21:27:59 -06:00
parent 9f3b95f30c
commit 9f767ef97d
1 changed files with 7 additions and 1 deletions

View File

@ -210,12 +210,18 @@ TODO: Make `defconfig` for different hardware.
Hit `<TAB>` to get to `EXIT`, then `<ENTER>` to select `Yes` to save the configuration.
Download more sources:
```
make -j1 download
```
## Build Source
Now, actually build it. Takes over an hour or two, depending on hardware.
```
make
make -j`nproc`
```
## MISC HACKS