diff options
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | README.md | 5 |
2 files changed, 3 insertions, 4 deletions
@@ -40,7 +40,7 @@ CPPFLAGS += $(shell $(PKG_CONFIG) --cflags x11 xinerama xcursor) LDLIBS := $(shell $(PKG_CONFIG) --libs x11 xinerama xcursor) endif -# Termux detection for libandroid-wordexp +# Termux detection for dependency ifneq ($(shell if [ "$$PREFIX" = "/data/data/com.termux/files/usr" ]; then echo yes; fi),) LDLIBS += -landroid-wordexp endif @@ -299,10 +299,9 @@ sudo pkg install gcc gmake libX11 libXinerama</code></pre> <details> <summary>Termux</summary> -<pre><code> +<pre><code>pkg install x11-repo pkg update -pkg install xcb-util-keysyms xorgproto libxcursor libx11 libxinerama libandroid-wordexp -</code></pre> +pkg install clang make xcb-util-keysyms xorgproto libxcursor libx11 libxinerama libandroid-wordexp</code></pre> </details> --- |
