From 548a8ac87b5bcbefb17a31722f9eceb80beb62cf Mon Sep 17 00:00:00 2001 From: Lily Date: Thu, 7 Dec 2023 11:39:52 +0300 Subject: [DOCS] Updated TERMUX Building (#1121) --- docs/COMPILE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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 -- cgit 1.4.1