Comment 11 for bug 355086

Revision history for this message
Pauli (paniemin) wrote :

install:

wget http://downloads.sourceforge.net/wesnoth/wesnoth-1.4.7.tar.bz2?download
tar xf wesnoth-1.4.7.tar.bz2
cd wesnoth-1.4.7
sudo apt-get build-dep wesnoth
./autogen.sh --program-suffix=_old
make
sudo make install
wesnoth_old

remove:
cd wesnoth-1.4.7
sudo make uninstall
cd ..
rm -r wesnoth-1.4.7