diff options
Diffstat (limited to 'docs/COMPILE.md')
| -rwxr-xr-x | docs/COMPILE.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/COMPILE.md b/docs/COMPILE.md index a7edddc1..d48bc1b6 100755 --- a/docs/COMPILE.md +++ b/docs/COMPILE.md @@ -129,7 +129,7 @@ If it's the first install, you also need: sudo systemctl restart systemd-binfmt ``` -#### for RISCV +#### for RISC-V Using a 64bit OS: @@ -137,7 +137,7 @@ Using a 64bit OS: git clone https://github.com/ptitSeb/box64 cd box64 mkdir build; cd build; cmake .. -DRV64=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo -make -j4 +make -j`nproc` sudo make install ``` If it's the first install, you also need: |