summaryrefslogblamecommitdiff
path: root/install_manaplus.sh
blob: daf7d971fdbc754acbe6da4b4765e1cb61b8c69b (plain) (tree)
1
2
3
4
5
6
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://git.themanaworld.org/mana/plus.git manaplus
cd manaplus
autoreconf -i
./configure -q
make -s
sudo make install