summaryrefslogtreecommitdiff
path: root/install_dependencies.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install_dependencies.sh')
-rw-r--r--install_dependencies.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/install_dependencies.sh b/install_dependencies.sh
index fbe3179..6713682 100644
--- a/install_dependencies.sh
+++ b/install_dependencies.sh
@@ -10,7 +10,11 @@ sh -c 'echo "deb-src http://de.archive.ubuntu.com/ubuntu trusty main restricted
apt-get update -y -q
apt-get -y -q build-dep manaplus
-apt-get install -y -q g++ gcc xsel make autoconf automake appstream-index libappstream0 libappstream-dev autopoint gettext libxml2-dev libcurl4-gnutls-dev libpng-dev libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev gdb valgrind netcat-openbsd procps zlibc
+apt-get install -y -q g++ gcc git xsel make autoconf automake \
+ appstream-index libappstream0 libappstream-dev autopoint \
+ gettext libxml2-dev libcurl4-gnutls-dev libpng-dev libsdl-gfx1.2-dev \
+ libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev \
+ libsdl-ttf2.0-dev gdb valgrind netcat-openbsd procps zlibc
# AppImage - linuxdeploy
# seems to be not possible on docker because security restrictions