diff options
author | jak1 <jak1@themanaworld.org> | 2022-06-22 12:29:32 +0200 |
---|---|---|
committer | jak1 <jak1@themanaworld.org> | 2022-06-22 12:29:32 +0200 |
commit | 760680dfc3d77f2b0fcccd73a7d1b04b32c2c7b2 (patch) | |
tree | da960cc8624da9cda880d17b906d04b66ecbbffd | |
parent | d80d50cf20fc8316918ea686cf4fc9a96c7cf81e (diff) | |
download | all-760680dfc3d77f2b0fcccd73a7d1b04b32c2c7b2.tar.gz all-760680dfc3d77f2b0fcccd73a7d1b04b32c2c7b2.tar.bz2 all-760680dfc3d77f2b0fcccd73a7d1b04b32c2c7b2.tar.xz all-760680dfc3d77f2b0fcccd73a7d1b04b32c2c7b2.zip |
updated manaplus repository
-rwxr-xr-x | install_manaplus.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install_manaplus.sh b/install_manaplus.sh index d8b57c2..daf7d97 100755 --- 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 |