From 9f97d92634566e4e57d4253fa04b35a45fd1c7dc Mon Sep 17 00:00:00 2001 From: Lily Date: Mon, 4 Dec 2023 11:36:16 +0300 Subject: [PATCH 1/2] [DOCS] Added missing library for #1108 --- docs/COMPILE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/COMPILE.md b/docs/COMPILE.md index 4f1a30ad90..2ed69aad12 100644 --- a/docs/COMPILE.md +++ b/docs/COMPILE.md @@ -169,7 +169,7 @@ Using a 64bit OS: NOTE: COMPILING BOX64 IN TERMUX IS EXPERIMENTAL!!! -You must have ARM64 Device and the `libandroid-sysv-semaphore` library: +You must have ARM64 Device and `libandroid-sysv-semaphore` and `libandroid-spawn` libraries: ``` -D TERMUX=1 -D CMAKE_BUILD_TYPE=RelWithDebInfo From 9f514e6a98fc43ad9750fa38d919e3ed6dcec8c5 Mon Sep 17 00:00:00 2001 From: Lily Date: Mon, 4 Dec 2023 11:45:12 +0300 Subject: [PATCH 2/2] [DOCS] Typo --- docs/COMPILE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/COMPILE.md b/docs/COMPILE.md index 2ed69aad12..69ed7da75c 100644 --- a/docs/COMPILE.md +++ b/docs/COMPILE.md @@ -169,7 +169,7 @@ Using a 64bit OS: NOTE: COMPILING BOX64 IN TERMUX IS EXPERIMENTAL!!! -You must have ARM64 Device and `libandroid-sysv-semaphore` and `libandroid-spawn` libraries: +You must have ARM64 Device with `libandroid-sysv-semaphore` and `libandroid-spawn` libraries: ``` -D TERMUX=1 -D CMAKE_BUILD_TYPE=RelWithDebInfo