chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
3cc1f33
)
setup-ubuntu.sh: libncurses5-dev used by mariadb
author
Fredrik Fornwall
<fredrik@fornwall.net>
Tue, 9 May 2017 15:00:42 +0000
(17:00 +0200)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Tue, 9 May 2017 15:00:42 +0000
(17:00 +0200)
The docker image has been updated, run scripts/update-docker.sh.
scripts/setup-ubuntu.sh
patch
|
blob
|
blame
|
history
diff --git
a/scripts/setup-ubuntu.sh
b/scripts/setup-ubuntu.sh
index 657134daedc4151ea3e24a074f4b20b38a9ac4c8..8e72cf5605af575cd861d7c7bd446a4288946aac 100755
(executable)
--- a/
scripts/setup-ubuntu.sh
+++ b/
scripts/setup-ubuntu.sh
@@
-15,6
+15,7
@@
PACKAGES+=" help2man"
PACKAGES+=" intltool" # Used by qalc build.
PACKAGES+=" libglib2.0-dev" # Provides 'glib-genmarshal' which the glib build uses.
PACKAGES+=" libtool-bin"
+PACKAGES+=" libncurses5-dev" # Used by mariadb for host build part.
PACKAGES+=" lzip"
PACKAGES+=" python3.6"
PACKAGES+=" tar"