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/
make
.Makefile
variables via command-line arguments to make
(e.g., make PREFIX=/home/username/opt/
):
PREFIX
- Base path of where everything gets installed (default: /usr/local
) CONFDIR
- Path where libcrtxy's global configuration file will be installed, and looked for. (default: $PREFIX/etc/libcrtxy
, unless PREFIX
is /usr
, in which case it is simply /etc/libcrtxy
) LIBDIR
- Path where libcrtxy's object files will be placed (and where crtxy-config --libs
will report them). (default: $PREFIX/lib
) INCDIR
- Path where libcrtxy's header files will be placed (and where crtxy-config --cflags
will report them). (default: $PREFIX/include
) BINDIR
- Path where the crtxy-config
helper tool will be installed. (default: $PREFIX/bin
)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
)
make tests
.