
Light field release, version 1.0a.
Copyright Leland Stanford Jr. University.
See the web pages for full copyright notice:
http://www-graphics.stanford.edu/software/lightpack/

Requires:
	SGI IRIX, with GL graphics library
	smake
	PERL
	lex
	yacc


To build everything:

-	Set the LF_ROOT environment variable to point to the
	root directory of the light field hierarchy.
	(i.e. this directory).  Use absolute paths, not relative
	ones.  For example, if you are currently in the light field
	root directory:

	 	setenv LF_ROOT `pwd`

	And you will probably want to put this in your .cshrc:

		echo "setenv LF_ROOT `pwd`" >> ~/.cshrc


- 	Now run make:

		cd src; make clobber; make

