1
0
Fork 0

parallel build, no?

master
jebba 2021-07-27 16:56:25 -06:00
parent ee8a1a36a7
commit b146720c76
1 changed files with 3 additions and 2 deletions

View File

@ -167,8 +167,9 @@ Hit `<TAB>` to get to `EXIT`, then `<ENTER>` to select `Yes` to save the configu
## Build Source
Now, actually build it.
Now, actually build it. Takes over an hour or two, depending on hardware.
```
make -j`nproc`
make
```