summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index b1f2299..1c66a37 100644
--- a/README.md
+++ b/README.md
@@ -297,6 +297,15 @@ sudo pkg update
sudo pkg install gcc gmake libX11 libXinerama</code></pre>
</details>
+<details>
+<summary>Termux</summary>
+<pre><code>pkg install x11-repo
+pkg update
+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>
+
---
## Build & Install