Q. OK, what does GDXlib do?

A. This tool kit creates quick and easy Dialogs and Windows with "widgets". The toolkit has no higher
library dependencies than libxpm and sit directly over Xlib.


Q. Where does GDXlib go?

A. It can be placed in the root of your code or perferiably, in /usr/include by running the install.sh script.
To correctly run install.sh, you must have system privilege to create directories in /usr/include/.


Q. How do you use GDXlib?

A. The project assumes you have a min. amount of C knowledge or skills.


How to use this tool kit.

if install.sh has been run, insert:

#include "GDXlib/GDXlib.h"

on the top of your code.

compile like this:

gcc -o myprogramname mycode.c -lX11 -lXpm

See test.c or test2.c for an example of how to use this tool kit.