CORAL LIBRARY 0.9.0




In Unix/GCC based systems,

cd make
sh gccbuild

If there is no problem, lib/unix/shared/libcoral.so will be created.
Move this library to your shared library path or add lib/unix/shared to
your environment variable, LD_LIBRARY_PATH.



In Windows using Visual C++ 6.0,

cd make
vccbuild

If there is no problem, lib\win32\shared\coral32.dll and
lib\win32\vcc\coral32.lib will be created. Move this library to your
system path or add lib\win32\shared to your environment variable, PATH.


Makefiles for other platforms and compilers will be supported pretty soon.


EOF

