about summary refs log tree commit diff stats
path: root/docs/COMPILE.md
diff options
context:
space:
mode:
authorAlexmitter <alexmitter@alexmitter.org>2021-12-30 22:43:06 +0100
committerGitHub <noreply@github.com>2021-12-30 22:43:06 +0100
commitb932ad8c657576e21e1c9cc0e31acdd9c01fb640 (patch)
tree2501c9754ff7cc3e063c079bf0c362228aa41573 /docs/COMPILE.md
parentcc9f770d90b5e8debd8ca047895aa30fe1af3824 (diff)
downloadbox64-b932ad8c657576e21e1c9cc0e31acdd9c01fb640.tar.gz
box64-b932ad8c657576e21e1c9cc0e31acdd9c01fb640.zip
Update COMPILE.md to add RISCV
again based on loongarch64
Diffstat (limited to 'docs/COMPILE.md')
-rwxr-xr-xdocs/COMPILE.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/COMPILE.md b/docs/COMPILE.md
index 55379ccc..bfc28677 100755
--- a/docs/COMPILE.md
+++ b/docs/COMPILE.md
@@ -100,6 +100,22 @@ If it's the first install, you also need:
 sudo systemctl restart systemd-binfmt

 ```

 

+#### for RISCV

+

+Using a 64bits OS:

+

+```

+git clone https://github.com/ptitSeb/box64

+cd box64

+mkdir build; cd build; cmake .. -DRV64=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo

+make -j4

+sudo make install

+```

+If it's the first install, you also need:

+```

+sudo systemctl restart systemd-binfmt

+```

+

 #### for PowerPC 64 LE

 

 Using a 64bits OS: