diff options
Diffstat (limited to 'docs')
| -rwxr-xr-x | docs/COMPILE.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/COMPILE.md b/docs/COMPILE.md index c6da6b9c..377a465f 100755 --- a/docs/COMPILE.md +++ b/docs/COMPILE.md @@ -27,6 +27,21 @@ If it's the first install, you also need: sudo systemctl restart systemd-binfmt ``` +#### for RK3588 / RK3588S + +Using a 64bit OS: +``` +git clone https://github.com/ptitSeb/box64 +cd box64 +mkdir build; cd build; cmake .. -DRK3588=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 Raspberry Pi 3 Warning, you need a 64bit OS: |