diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-06-10 22:25:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-06-10 22:25:51 -0300 |
commit | 9c5a02494fbcd5e051bd773ebdae569c6998c52c (patch) | |
tree | a521831729830a2ccea4ff6876d278282a7e2238 | |
parent | 4acdc206b10fdfe93fe4d41610c6624d4246c331 (diff) | |
download | all-master.tar.gz all-master.tar.bz2 all-master.tar.xz all-master.zip |
-rw-r--r-- | install_manaplus.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install_manaplus.sh b/install_manaplus.sh index 8345ff3..9f351e0 100644 --- a/install_manaplus.sh +++ b/install_manaplus.sh @@ -1,5 +1,5 @@ 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 +git clone https://git.themanaworld.org/mana/plus.git manaplus cd manaplus autoreconf -i ./configure -q --enable-commandlinepassword |