1Help Hannah's Horse
2-------------------
3
4Installation instructions
5-------------------------
6
7Firstly, please forgive me - I have no idea how to use autotools at the moment, I'll try that in the future.
8If you plan to install the game globally (i.e. in /usr/local/games) then you need do nothing to the Makefile
9just type:
10make
11make install
12If you just want to play from the current directory then edit the Makefile and remove the # from the start
13of the line that reads "DATA_INSTALL_DIR=/usr/local/games/hhh" and put a # in front of the line that reads
14"DATA_INSTALL_DIR=."
15Then do
16make
17
18To run the game:
19./hhh or hhh if you installed globally. Space to start.
20
21To remove all the object files do:
22make clean
23to remove everything (all source code *.o, *.cc and *.h files) do:
24make megaclean
25(You will not be able to type 'make' again to recompile if you do this)
26
27If you've chosen to install globally, you can now delete the whole source directory.
28
29Prerequisites
30-------------
31
32You will need SDL, SDL_image, SDL_mixer and SDL_ttf installed and their appropriate devel packages
33and you will also need g++ (part of the Gnu Compiler Collection). I don't know if this compiles on
34windows as I don't have windows to test it on. The file Makefile.win32 may make a windows exe file,
35it may not, and even if it does it may not work. Windows is secondary to me.
36
37Contact
38-------
39
40Send ideas, bug reports, complaints or donations via paypal(!) to yottskry _at_ gmx _dot_ net
41