1 # Compilation instructions
3 In order to compile this game, the following must be installed first:
5 * SDL v1.2 (version 2.0 and higher will NOT work!)
10 Additionally, you need the following tools:
11 * a C compiler, for example GCC.
12 * GNU Make or a similar program.
16 Run make in the same directory where you find the file called “Makefile”:
20 On success, this will create an executable file called “meritous” in
21 said directory. This is the game.
23 ### Other operating systems
24 Sorry, you have to figure it out on your own for now.