How do I compile CAView?
There is a makefile included in the distribution. The code should be easily compiled under Linux or cygwin by typing ‘make’ in a console environment, but you need to revise the makefile to make sure the correct library is linked. The default makefile assumes a cygwin environment. CAView is an OpenGL based program, and it uses the popular GLUT library available here.