update README

This commit is contained in:
Sebastian Krzyszkowiak 2012-09-29 04:00:22 +02:00
parent bedba9deb5
commit a44cee025f

View file

@ -4,6 +4,8 @@ Equestria is again under Discord's attack! Now he's using an army of muffinzombi
*Super Derpy: Muffin Attack* is written in C and requires Allegro 5.0.6. Works on Windows, GNU/Linux and Mac OS X.
The game uses CMake as build system, so building process is is pretty typical.
Compilation:
mkdir build; cd build
@ -14,4 +16,10 @@ Running (from top directory):
build/superderpy
Installation (as root):
make install
For packaging information, read lib/README.txt
Written by Sebastian Krzyszkowiak <dos@dosowisko.net>