#
#	i18n_compiling.txt
#

1. How to build the GearHead.

1.1. Required softwares to compile it.

 fpc - Free Pascal Compiler
 fpc-pthreads   (Unix-like OS only)
 fpc-x11        (SDL-mode on Unix-like OS only)
 JEDI-SDL       (SDL-mode only)


1.2. Required libraries to compile and run it.

 libiconv
 SDL            (SDL-mode only)
 SDL_image      (SDL-mode only)
 SDL_ttf        (SDL-mode only)
 png            (SDL-mode only)
 xorg or xf86   (SDL-mode on Unix-like OS only)


1.3. How to compile.

 Use build.sh
That's all.

[ End of File ]
