diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |
