Muon ==== Building the sources -------------------- Muon uses the libdarnit game framework by slaeshjag. Since this is not yet packaged, you will have to build the sources for it too. This is however fairly straight-forward. First of all, you will need to grab the development headers for libsdl, libmodplug and libbz2. It is also recommended that you download the sources using git, however this is not strictly nessecary. In debian/ubuntu you can install all dependencies by running sudo apt-get install build-essential libsdl-dev libmodplug-dev libbz2-dev git in a terminal. You can then download the libdarnit sources from github: git clone git://github.com/slaeshjag/libdarnit.git cd libdarnit Build and install libdarnit: make sudo make install cd .. Download muon sources (note the capital M): git clone git://github.com/slaeshjag/Muon.git cd Muon make sudo make install And you are done! Muon can now be run from either the terminal or the system's application menu