diff options
| author | uint <72694427+uint23@users.noreply.github.com> | 2025-09-30 13:42:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-30 13:42:16 +0100 |
| commit | 7022d8c6220953510280335d3f51e91dec015592 (patch) | |
| tree | 87c38dcdf5bcc7385405db783ba15924f8d30caf /README.md | |
| parent | 6c8f46da2c3edb191de1850b43fdd0a61ac79240 (diff) | |
| parent | 4fd455386117a928499337125cce2b127c135e8d (diff) | |
Merge pull request #235 from Welpyes/main
Termux Build instructions and Makefile addition
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 |
