about summary refs log tree commit diff stats
path: root/docs/COMPILE.md
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-10-17 22:21:33 +0200
committerGitHub <noreply@github.com>2021-10-17 22:21:33 +0200
commit0e2c63d9fb1c1f1eafbf2bcc7119ff380653a353 (patch)
treef1c072ce44be258a3dd66bae3225de8913830c5c /docs/COMPILE.md
parent82bd4431e6f0a43c28bf4d28d49eeee8b52df8c3 (diff)
parent71b446774cec0d6f2f8031e3f000dcf829ecb50f (diff)
downloadbox64-0e2c63d9fb1c1f1eafbf2bcc7119ff380653a353.tar.gz
box64-0e2c63d9fb1c1f1eafbf2bcc7119ff380653a353.zip
Merge pull request #136 from Heasterian/patch-1
Add Snapdragon 845 compilation
Diffstat (limited to 'docs/COMPILE.md')
-rwxr-xr-xdocs/COMPILE.md17
1 files changed, 17 insertions, 0 deletions
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: