diff options
| author | Pierce Andjelkovic <pierceandjelkovic@gmail.com> | 2022-06-08 18:31:34 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-08 18:31:34 +1000 |
| commit | b7bf1955b7c0edac6e8575d9e7e47481e30ae8ba (patch) | |
| tree | 9be9033233fbed96bb89321d26c3864667230537 /docs/COMPILE.md | |
| parent | 1057b88ba72c8c0cd241a7f4de3308a91fe321f9 (diff) | |
| download | box64-b7bf1955b7c0edac6e8575d9e7e47481e30ae8ba.tar.gz box64-b7bf1955b7c0edac6e8575d9e7e47481e30ae8ba.zip | |
Fix typos and arch type string
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: |