This set of examples is based on the Gascoigne 3D library which is
available for download at

www.gascoigne.de

Quick Instruction:

1) Preliminaries

- We assume that you have copied Version 1.0 of the Gascoigne 3D
  sources to a folder called

  	 .../GAS/Gascoigne

  and that the Gascoigne 3D base library is found in

      	 .../GAS/lib 

- Instructions on how to install Gascoigne 3D and on the required
  software libraries for Gascoigne 3D are stated in the section
  "Download & Install" of

  	 www.gascoigne.de

- We assume that you have copied the sources of this set of examples
  to the directory

     	 .../GAS/ALE

2) Configure & Compile

- If the directories are exactly as stated above, it is sufficient to
  create a build directory, to issue cmake and make:

  	 mkdir .../GAS/ALE/build
	 cd    .../GAS/ALE/build
	 cmake ..
	 make

- If the directory structure is not as expected, issue

     	 ccmake ..

  instead of "cmake .." and adjust the paths to the Gascoigne 3D Source
  Directory called GASCOIGNE_DIR and the Gascoigne 3D library called
  GASCOIGNE_LIB_DIR 

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

Please also have a look at the "Documented Examples" section on 

       www.gascoigne.de

Here the same example (updated to be compatible with the most recent
version of Gascoigne) is one of the examples.


