Added ODROIDN2 Compile instruction (for #755)

This commit is contained in:
ptitSeb 2023-02-03 16:25:10 +01:00 committed by GitHub
parent 649c0f8055
commit 78a336c092
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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