about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
authorLily <egzozu.be.bas@gmail.com>2023-12-07 11:39:52 +0300
committerGitHub <noreply@github.com>2023-12-07 09:39:52 +0100
commit548a8ac87b5bcbefb17a31722f9eceb80beb62cf (patch)
treef6fa49151bba0e48c0f0af4a3240accfdefe2733 /docs
parent44494df9d341cfbf7b2bcc4a8c795062449585e3 (diff)
downloadbox64-548a8ac87b5bcbefb17a31722f9eceb80beb62cf.tar.gz
box64-548a8ac87b5bcbefb17a31722f9eceb80beb62cf.zip
[DOCS] Updated TERMUX Building (#1121)
Diffstat (limited to 'docs')
-rw-r--r--docs/COMPILE.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/COMPILE.md b/docs/COMPILE.md
index c8ff495f..11073348 100644
--- a/docs/COMPILE.md
+++ b/docs/COMPILE.md
@@ -172,7 +172,7 @@ You must have ARM64 Device for build box64.
 ##### in CHRoot/PRoot

 

 ```

--DARM_DYNAREC=ON -DBAD_SIGNAL=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo

+-D ARM64=1 -DCMAKE_C_COMPILER=gcc -DBAD_SIGNAL=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo

 ```

 

 ##### in Termux (Native)

@@ -182,7 +182,7 @@ NOTE: BUILDING BOX64 IN TERMUX NATIVE IS EXPERIMENTAL AND DOESN'T GONNA RUN LINU
 You also needed have `libandroid-sysv-semaphore` and `libandroid-spawn` libraries:

 

 ```

--D TERMUX=1 -D CMAKE_BUILD_TYPE=RelWithDebInfo

+-D TERMUX=1 -D -DCMAKE_C_COMPILER=clang CMAKE_BUILD_TYPE=RelWithDebInfo

 ```

 

 #### for x86_64 Linux