Update COMPILE.md

Changes about compilation on Snapdragon 845 devices
This commit is contained in:
Heasterian 2021-10-17 22:34:47 +03:00 committed by GitHub
parent dac71e9f7b
commit 71b446774c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,23 @@ If it's the first install, you also need:
sudo systemctl restart systemd-binfmt
```
#### for Snapdragon 845
Using a 64bits OS:
```
git clone https://github.com/ptitSeb/box64
cd box64
mkdir build; cd build; cmake .. -DSD845=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 LoongArch
Using a 64bits OS: