GQuickDraw - Install Instruction ================================ C Library: ~~~~~~~~~~ Make sure you have X11 development headers installed and then just run: % make to compile the C library for GQuickDraw. After compilation is finished you can test it by running the programm 'gdtest'. If you are happy with it you can copy the library 'libgquickdraw.a' to your library search path (aka. /usr/local/lib). Python Module: ~~~~~~~~~~~~~~ To compile Python bindings, make sure you have 'swig'[1] and the Python[2] development headers installed, then run: % make python You might to change the python include path in the Makefile to make this work. Guile Module: ~~~~~~~~~~~~~ [FIXME: support not 100% working] Running GQuickDraw: ~~~~~~~~~~~~~~~~~~~ See examples/ for a number of small example programms which make use of the this library. API docu can be found under doc/[FIXME]. [1] http://www.swig.org [2] http://www.python.org [3] http://www.gnu.org/software/guile/guile.html # EOF #