From 71b446774cec0d6f2f8031e3f000dcf829ecb50f Mon Sep 17 00:00:00 2001 From: Heasterian <70614927+Heasterian@users.noreply.github.com> Date: Sun, 17 Oct 2021 22:34:47 +0300 Subject: Update COMPILE.md Changes about compilation on Snapdragon 845 devices --- docs/COMPILE.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'docs/COMPILE.md') diff --git a/docs/COMPILE.md b/docs/COMPILE.md index e15bebb2..17b3c2a2 100755 --- a/docs/COMPILE.md +++ b/docs/COMPILE.md @@ -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: -- cgit 1.4.1