## For ubuntu Ibex
# Thank to the \_o< for testing the instructions

# Tools for building
sudo aptitude -R install build-essential git-core cmake subversion

# Dependencies
sudo aptitude -R libsqlite3-dev libexpat-dev libboost-graph1.35-dev libqt4-dev

# Build marble
# Don't be affraid, you don't need kde
# libmarble is too old on ibex (+depends on KDE)
svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdeedu/marble
cd marble; cmake -DQTONLY=ON .; make; sudo make install; cd ..

# Clone the repository
git clone git://github.com/Tristramg/mumoro.git

# Build everything
cd mumoro; cmake .; make;

# Run the application with the given sample file (Toulouse center)
./ui/gui/mumoro toulouse.mum
