Installation
============

The code has been compiled and tested on Linux, Windows, and
MacOSX. It should be ported to other platforms easily, because it
depends only on OpenGL, GLUT, and other portable components. Actually,
there is a port for FreeBSD at least for the last release -- thank
Igor Pokrovsky and others who worked on the port.

For Linux or MacOSX (or perhaps most unix flavours)
=========================================

Install the following libraries and invoke "make."

 - libfreeglut.a (or libglut.a)
 - libbz2.a
 - liblzma.a
 - libpng.a
 - libz.a

For Windows
===========

In cygwin environment, build relevant libraries with "CC=gcc-3
-mno-cygwin," while pthread and freeglut can be found at the
followings:

 - http://sourceware.org/pthreads-win32/
 - http://www.transmissionzero.co.uk/computing/using-glut-with-mingw/

These include/library files should be placed under nocygwin/inc and
nocygwin/lib correspondingly.
