diff options
| author | Lily <egzozu.be.bas@gmail.com> | 2023-12-04 12:31:01 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-04 10:31:01 +0100 |
| commit | c04dfb82bb8dd213e2fb409283a9ef412485308a (patch) | |
| tree | eb673924a3f51fee3aa0f39611e9ba455ea58d09 /docs/COMPILE.md | |
| parent | 08d189683d191de73ca9161de1063dc60f22ef1d (diff) | |
| download | box64-c04dfb82bb8dd213e2fb409283a9ef412485308a.tar.gz box64-c04dfb82bb8dd213e2fb409283a9ef412485308a.zip | |
[DOCS] Added missing library for #1108 (#1109)
* [DOCS] Added missing library for #1108 * [DOCS] Typo
Diffstat (limited to 'docs/COMPILE.md')
| -rw-r--r-- | docs/COMPILE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/COMPILE.md b/docs/COMPILE.md index 4f1a30ad..69ed7da7 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 with `libandroid-sysv-semaphore` and `libandroid-spawn` libraries: ``` -D TERMUX=1 -D CMAKE_BUILD_TYPE=RelWithDebInfo |