BUILDING INSTRUCTIONS:

Last update: 2005/02/09

Linux:
------

Requirements:
 - SDL (www.libsdl.org)
 - SDL_mixer (www.libsdl.org, libraries section)
 - SDL_ttf (www.libsdl.org, libraries section)
 - SDL_image (www.libsdl.org, libraries section)
 
Building:
 By default the games install in '/usr/share/games/holotz-castle'
 if you want to change the installation dir or plan to not install
 it at all, edit the Makefile at Games/HolotzCastle/src/Makefile
 to change it

 Theres also an option to uninstall the game but, be aware, it'll
 destroy the save data, created stories and themes located in ~/.holotz-castle.

 Do 'make'
 As root do 'make install'

Uninstalling:
 WARNING: You'll delete also the created stories and themes under ~/.holotz-castle
 Do 'make uninstall'

Cleaning:
 Do 'make clean'

Windows:
--------

Requirements:
 - SDL (www.libsdl.org)
 - SDL_mixer (www.libsdl.org, libraries section, devel package)
 - SDL_ttf (www.libsdl.org, libraries section, devel package)
 - SDL_image (www.libsdl.org, libraries section, devel package)
  (SDL_image can require zlib and libjpeg)
 - Lastest MinGW, MSYS and msysDTK executable install files from sourceforge:
   http://sourceforge.net/project/showfiles.php?group_id=2435
   1) MinGW-3.x.x-x.exe (32 bit Windows)
   2) MSYS-1.x.x.exe (32 bit Windows)
   3) msysDTK-1.x.x.exe (32 bit Windows)
 
Building:
 Under a MSYS console run 'make -f Makefile.win32'

Cleaning:
 Under a MSYS console run 'make -f Makefile.win32 clean'


Know it's weird and non-standard, someday it'll change :).

Juan Carlos Seijo Prez
jacob@mainreactor.net
