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

You need to modify the TOP macro in the file "opengl-dir.mk" in this directory.  It points to where your OpenGL package
has been installed.  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/".

The programs in directory "appc/" are for Android; the numbering denotes
different versions discussed in Appendix C of  the book.  To compile them 
with Eclipse, simply remove the numbering.  For example, rename 
"HelloESActivity1.java" to "HelloESActivity.java".
