Otools Compiling the library
Otools should compile for most unix systems using X11 and Xlib. I've compiled Otools on Linux,SunOS and Sgi based platforms. Change the Makefile to switch to another os than Linux.

Your system might not be equipped with OpenGL support, comment out the OPENGL definitions at the start of the Makefile.

	@echo 
	@echo "  Toplevel makefile for Otools version" `cat version`
	@echo
	@echo "  CFLAGS=-DDEBUG_OTOOLS	Add to get debug printouts"
	@echo
	@echo "  help			This help text"
	@echo "  all			Make everything"
	@echo "  lib			Make the otools library only"
	@echo "  test			Make the test programs"
	@echo "  prog			Make the applications"
	@echo "  docs			Make the html docs"
	@echo "  clean			Cleanup the sourcetree"
	@echo

Ole Gunnar Westgaard
last updated: Fri Jul 18 09:09:34 GMT 1997