Update COMPILE.md to add RISCV

again based on loongarch64
This commit is contained in:
Alexmitter 2021-12-30 22:43:06 +01:00 committed by GitHub
parent cc9f770d90
commit b932ad8c65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: