Main Page | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

COMPILING

How to compile:

  First, install Geant4.
  Make sure all your G4* environment variables are set.
  Then simply

    ./configure
                 [answer the question]
    make

  The executable binary will be in $G4WORK/$G4SYSTEM/glg4sim.

  If you are _re_compiling after moving directories around, then
  do a "make clean" before the "make", to delete any dependency
  files left around from compilation in the other directories.
  Sometimes "make clean" is necessary under other circumstances, too.
  A general rule for big C++ projects is: if "make" fails after a change,
  try "make clean && make".

Generated on Fri Jul 6 13:31:46 2007 for GLG4sim by  doxygen 1.3.9.1