diff --git a/scripts/setup-termux.sh b/scripts/setup-termux.sh index 2a696e5d3..160e71f09 100755 --- a/scripts/setup-termux.sh +++ b/scripts/setup-termux.sh @@ -25,6 +25,7 @@ PACKAGES+=" gettext" PACKAGES+=" git" PACKAGES+=" golang" PACKAGES+=" gperf" +PACKAGES+=" help2man" PACKAGES+=" libtool" PACKAGES+=" m4" PACKAGES+=" make" # Used for all Makefile-based projects.