diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-22 10:49:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-22 10:49:50 -0300 |
commit | 2cbcc7db1b007bdda9813ddb22d5fd2c1a193010 (patch) | |
tree | 29ab1c642b60f9a8a2a8a72bd98e39b9a89a2256 | |
parent | 949f11083d082e3bf121724d1f4ce05911de6bfd (diff) | |
download | all-2cbcc7db1b007bdda9813ddb22d5fd2c1a193010.tar.gz all-2cbcc7db1b007bdda9813ddb22d5fd2c1a193010.tar.bz2 all-2cbcc7db1b007bdda9813ddb22d5fd2c1a193010.tar.xz all-2cbcc7db1b007bdda9813ddb22d5fd2c1a193010.zip |
add helper file
-rw-r--r-- | install_manaplus.sh | 7 |
1 files changed, 7 insertions, 0 deletions
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 |