about summary refs log tree commit diff stats
path: root/docs/COMPILE.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/COMPILE.md')
-rwxr-xr-xdocs/COMPILE.md15
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: