An Introduction to  3D Computer Graphics, Stereoscopic Image, and Animation in OpenGL and C/C++, by Fore June, November 2011

Most likely, your system already has libxml2 installed.  If not you need to install it for some of the programs of Chapter 12 to work.

To generate the executables, type
	make<Enter>

To remove the object files, type
	make cleanobj<Enter>

To remove all binary files, type
	make clean<Enter>

The programs in directory n are discussed in Chapter n.  For example,
programs in directory "5/" are the programs discussed in Chapter 5.
Sample data files are provided in the directory "data/".

