diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-06-08 11:24:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-08 11:24:08 +0200 |
| commit | e29326d8d048b459b58272a0f88a776852dfe519 (patch) | |
| tree | 9be9033233fbed96bb89321d26c3864667230537 /docs | |
| parent | 1057b88ba72c8c0cd241a7f4de3308a91fe321f9 (diff) | |
| parent | b7bf1955b7c0edac6e8575d9e7e47481e30ae8ba (diff) | |
| download | box64-e29326d8d048b459b58272a0f88a776852dfe519.tar.gz box64-e29326d8d048b459b58272a0f88a776852dfe519.zip | |
Merge pull request #321 from archanox/patch-1
Fix typos and arch type string
Diffstat (limited to 'docs')
| -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: |