Installing libgli

as normal User:
$ make all

and (as root):
# make install

This will install libgli.so into your system:
*.so into /usr/lib
*.h into /usr/include
(/usr can be changed in the Makefile)

You can then compile your programs with libgli by just adding
-lgli
to you gcc or g++ command.
