Also allow to open help file with F1
[meritous_recharged.git] / compile.txt
blob9fa2a313e28ffc1086b75ce85120ed7d46dc76c8
1 # Compilation instructions
2 ## Requirements
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!)
6 * SDL_image
7 * SDL_mixer
8 * zlib
10 Additionally, you need the following tools:
11 * a C compiler, for example GCC.
12 * GNU Make or a similar program.
14 ## How to compile
15 ### Under GNU/Linux
16 Run make in the same directory where you find the file called “Makefile”:
18 $ make
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.