mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2024-12-05 00:38:00 +01:00
update README
This commit is contained in:
parent
2d898363ef
commit
8813473fe1
3 changed files with 5 additions and 5 deletions
|
@ -4,12 +4,14 @@ 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.
|
||||
|
||||
Compilation (on GNU/Linux):
|
||||
Compilation:
|
||||
|
||||
mkdir build; cd build
|
||||
cmake ..
|
||||
make
|
||||
|
||||
Running:
|
||||
Running (from top directory):
|
||||
|
||||
bin/superderpy
|
||||
build/superderpy
|
||||
|
||||
Written by Sebastian Krzyszkowiak <dos@dosowisko.net>
|
||||
|
|
1
obj/.gitignore
vendored
1
obj/.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
*.o
|
1
obj/levels/.gitignore
vendored
1
obj/levels/.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
*.o
|
Loading…
Reference in a new issue