Untitled
public text v1 · immutable#!/usr/sh
echo "installing a buttload of bs"
sudo apt-get install git-core
sudo apt-get build-dep tmw
sudo apt-get install libsdl-gfx1.2-4 libsdl-gfx1.2-dev
sudo apt-get install cmake
echo "now that that is done, let's clone the source"
git clone git://gitorious.org/mana/mana.git
echo "moving to mana directory"
cd mana
echo "autoconfiguring"
cmake .
echo "compiling!!!"
make
echo "making a lancher"
sudo make install
echo "yay done! w00t, dj is a 1337 hacker!"