From b932ad8c657576e21e1c9cc0e31acdd9c01fb640 Mon Sep 17 00:00:00 2001 From: Alexmitter Date: Thu, 30 Dec 2021 22:43:06 +0100 Subject: Update COMPILE.md to add RISCV again based on loongarch64 --- docs/COMPILE.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'docs/COMPILE.md') 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: -- cgit 1.4.1