From 2cbcc7db1b007bdda9813ddb22d5fd2c1a193010 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 22 Mar 2019 10:49:50 -0300 Subject: add helper file --- install_manaplus.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 install_manaplus.sh diff --git a/install_manaplus.sh b/install_manaplus.sh new file mode 100644 index 0000000..ee85935 --- /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/manaplus/manaplus.git manaplus +cd manaplus +autoreconf -i +./configure -q +make -s +sudo make install -- cgit v1.2.3-60-g2f50