1Installation
2============
3
4The code has been compiled and tested on Linux, Windows, and
5MacOSX. It should be ported to other platforms easily, because it
6depends only on OpenGL, GLUT, and other portable components. Actually,
7there is a port for FreeBSD at least for the last release -- thank
8Igor Pokrovsky and others who worked on the port.
9
10For Linux or MacOSX (or perhaps most unix flavours)
11=========================================
12
13Install the following libraries and invoke "make."
14
15 - libfreeglut.a (or libglut.a)
16 - libbz2.a
17 - liblzma.a
18 - libpng.a
19 - libz.a
20
21For Windows
22===========
23
24In cygwin environment, build relevant libraries with "CC=gcc-3
25-mno-cygwin," while pthread and freeglut can be found at the
26followings:
27
28 - http://sourceware.org/pthreads-win32/
29 - http://www.transmissionzero.co.uk/computing/using-glut-with-mingw/
30
31These include/library files should be placed under nocygwin/inc and
32nocygwin/lib correspondingly.
33