
Maqview GUI is based on OpenGL. It is known to work in Linux and Mac OS
X and in principle can be ported to any POSIX/BSD platforms with OpenGL
supported.

Maqview is built with GNU building systems. To compile it, just run
"./autogen.sh; ./configure; make". OpenGL and GLUT are required for building graphical
user interface. If you just like to use maqindex, type "make -f
Makefile.generic" to compile.

