summaryrefslogtreecommitdiff
path: root/install_manaplus.sh
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-28 18:01:42 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-28 18:01:42 -0300
commitc60749a8f4f42ef0c32cf7020c8bf4cc3d2aec42 (patch)
tree88ff00e675422da5fda554f290627cba10fd87d1 /install_manaplus.sh
downloadall-c60749a8f4f42ef0c32cf7020c8bf4cc3d2aec42.tar.gz
all-c60749a8f4f42ef0c32cf7020c8bf4cc3d2aec42.tar.bz2
all-c60749a8f4f42ef0c32cf7020c8bf4cc3d2aec42.tar.xz
all-c60749a8f4f42ef0c32cf7020c8bf4cc3d2aec42.zip
Initial commit
Diffstat (limited to 'install_manaplus.sh')
-rwxr-xr-xinstall_manaplus.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/install_manaplus.sh b/install_manaplus.sh
new file mode 100755
index 0000000..d8b57c2
--- /dev/null
+++ b/install_manaplus.sh
@@ -0,0 +1,7 @@
+sudo apt-get install -y git g++ gcc xsel make autoconf automake 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
+git clone https://gitlab.com/themanaworld/manaplus/manaplus.git manaplus
+cd manaplus
+autoreconf -i
+./configure -q
+make -s
+sudo make install