about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/COMPILE.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/docs/COMPILE.md b/docs/COMPILE.md
index 69ed7da7..c8ff495f 100644
--- a/docs/COMPILE.md
+++ b/docs/COMPILE.md
@@ -167,9 +167,19 @@ Using a 64bit OS:
 

 #### for Termux

 

-NOTE: COMPILING BOX64 IN TERMUX IS EXPERIMENTAL!!!

+You must have ARM64 Device for build box64.

 

-You must have ARM64 Device with `libandroid-sysv-semaphore` and `libandroid-spawn` libraries:

+##### in CHRoot/PRoot

+

+```

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

+```

+

+##### in Termux (Native)

+

+NOTE: BUILDING BOX64 IN TERMUX NATIVE IS EXPERIMENTAL AND DOESN'T GONNA RUN LINUX BINARIES IN NATIVE TERMUX BOX64!!!

+

+You also needed have `libandroid-sysv-semaphore` and `libandroid-spawn` libraries:

 

 ```

 -D TERMUX=1 -D CMAKE_BUILD_TYPE=RelWithDebInfo