summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index b1f2299..1d31329 100644
--- a/README.md
+++ b/README.md
@@ -262,7 +262,7 @@ sudo zypper install libX11-devel libXinerama-devel gcc make</code></pre>
<details>
<summary>Alpine Linux</summary>
<pre><code>doas apk update
-doas apk add libx11-dev libxinerama-dev gcc make musl-dev linux-headers</code></pre>
+doas apk add libx11-dev libxinerama-dev libxcursor-dev gcc make musl-dev linux-headers</code></pre>
</details>
<details>
@@ -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