From b7bf1955b7c0edac6e8575d9e7e47481e30ae8ba Mon Sep 17 00:00:00 2001 From: Pierce Andjelkovic Date: Wed, 8 Jun 2022 18:31:34 +1000 Subject: Fix typos and arch type string --- docs/COMPILE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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: -- cgit 1.4.1