Installing gophervr
-------------------

GopherVR is currently tested on Mac OS X 10.4-10.6 (PowerPC and Intel),
and Ubuntu 10.04 (x86).

1) First make sure you have a version of Motif available.  This comes
   with most standard commercial unix systems.  For Linux you can
   use Lesstif (http://www.lesstif.org) without any trouble.  Most Linux
   distributions have it. For OS X, use 

	http://www.ist-inc.com/DOWNLOADS/motif_download.html

   [the 10.5 version works fine on 10.6]).

2) Make sure you have a complete build environment.  That means
   installing any development packages that you may need.  For example on
   linux you might need to install XFree86-devel (for xmkmf) and
   lesstif-devel (for the header files); Ubuntu users should install all the
   compiler and printing packages, and your header files.

   For Mac OS X, you need Xcode 2.5 or higher with xcodebuild, and X11.app 
   (separate install for 10.4, included in 10.5 on up).

3) Next type 'make' followed by your systemname.  The following systems are
   recognized (but not necessarily tested)

     macosx11   - Mac OS X 10.4+ (Universal binary)
     linux      - most versions of linux
     sol2sparc  - Sun Solaris running a sparc CPU
     sun4       - SunOS 4.x
     irix5      - SGI's old os.  May work for later versions of irix..

6) Once everything is compiled go into the 2nd level gophervr
   directory and type ./gophervr (or if you're on a Mac, grab the binary out
   of motifmaclauncher/build/).

   You may want to copy the futura.hfont and gophervr.help files to
   /usr/local/lib if you plan to install the gophervr binary.

Enjoy!

