Installation Instructionsfor PandaRoot at GSI ******************************************* use cmake to produce the required Makefiles for the project. Using cmake ============== a) Set the environment variable for the root of the external packages (GEANT3, GEANT4, ROOT etc.) > export SIMPATH= b) create a seperate build directory > mkdir MyBuild > cd MyBuild c) run cmake to create the Makefiles > cmake d) execute the config script to export all necessary environment variables > . ./config.sh e) create and install the framework > make f) have a lot of fun with the framework