
Installation
--------------------------------------------------------------

Become superuser for library installation.

Linux (gcc):

./autogen.sh
./configure
make
make install
ldconfig
make distclean


Windows (VisualC):

unzip -a VisualC.zip
vcvars32.bat
copy VisualC/makefile
nmake


Windows (xmingw32):

./autogen.sh
cross-configure
cross-make
cross-make install
make distclean
