Installing libcrtxy

Requirements

libcrtxy requires the Simple DirectMedia Layer library (libSDL), available from http://www.libsdl.org/

For support for various formats of bitmap images (PNG, JPEG, GIF, etc.), SDL_image is also required, available from http://www.libsdl.org/projects/SDL_image/

Compiling

To compile libcrtxy, simply type make.

Compilation Options

You may override the following Makefile variables via command-line arguments to make (e.g., make PREFIX=/home/username/opt/):

Todo:
Documentation installation
Todo:
Man page installation

Installing

To install libcrtxy's library files, header files, default global configuration file and the crtxy-config helper tool, simply type make install.

Note: Provide make with the same variable overrides you gave it when installing (e.g., make PREFIX=/home/username/opt/ install)

Compiling test apps

Once libcrtxy is installed, you can build the test applications that came with the source. Type: make tests.


Generated on Sat Aug 16 22:15:09 2008 for libcrtxy by  doxygen 1.5.5