summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWelpyes (Robertson D. Torres) <110968684+Welpyes@users.noreply.github.com>2025-09-27 16:28:08 +0800
committerGitHub <noreply@github.com>2025-09-27 16:28:08 +0800
commite3511d3cac3a77ea7f50da1e1e5c92fd54064799 (patch)
treebb0eec0b265be4010bd6a867678cc657e00ff66c
parentdc2058128e3f4420db2dd4067e11d30d999c7539 (diff)
Update README.md
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 29a62fd..1c66a37 100644
--- a/README.md
+++ b/README.md
@@ -301,7 +301,9 @@ sudo pkg install gcc gmake libX11 libXinerama</code></pre>
<summary>Termux</summary>
<pre><code>pkg install x11-repo
pkg update
-pkg install clang make xcb-util-keysyms xorgproto libxcursor libx11 libxinerama libandroid-wordexp</code></pre>
+pkg install clang make xcb-util-keysyms xorgproto libxcursor libx11 libxinerama libandroid-wordexp
+# add `LDFLAGS="${LDFLAGS} -landroid-wordexp"` in the make command
+</code></pre>
</details>
---