--- Geant4 Toolkit Build --- This installation shell script will examine your system and ask you questions to determine how the Geant4 Toolkit should be installed. If you get stuck on a question, you may use a ! shell escape to start a subshell or execute a command. Many of the questions will have default answers in square brackets; typing carriage return will set the default. On AFS it is allowed to specify either absolute or relative paths (i.e. starting with the ~username construct). [Type carriage return to continue] The prompt used in this script allows you to use shell variables and backticks in your answers. You may use $1, $2, etc... to refer to the words in the default answer, as if the default line was a set of arguments given to a script shell. This means you may also use $* to repeat the whole default line. Everytime there is a substitution, you will have to confirm. If there is an error (e.g. an unmatched backtick), the default answer will remain unchanged and you will be prompted again. Running 'Configure -d' will bypass nearly all the questions and use the computed defaults (or answers saved in a configuration previously generated). Type 'Configure -h' for a list of options. You may also start interactively and then answer '& -d' at any prompt to turn on the non-interactive behaviour for the rest of the execution. [Type carriage return to continue] Much effort has been spent to ensure that this shell script will run on any Unix system. If despite that you can't run Configure for some reason, you'll have to set the proper environment variables by hand and follow the "manual" installation as specified in the Geant4 Installation Guide. [Type carriage return to continue] Definition of G4SYSTEM variable is WIN32-VC. That stands for: 1) OS : WIN32 2) Compiler : VC To modify default settings, select number above (e.g. 2) [Press [Enter] for default settings] I can set things up so that your shell scripts and binaries are more portable, at what may be a noticable cost in performance. In particular, if you ask to be portable, the following happens: 1) Shell scripts will rely on the PATH variable rather than using the paths derived above. 2) ~username interpretations will be done at run time rather than by Configure. Do you expect to run these scripts and binaries on multiple machines? [n] Where is Geant4 source installed? [c:/Geant4/geant4_9_2_p01] Specify the path where Geant4 libraries and source files should be installed. [c:/Geant4/geant4_9_2_p01] Do you want to copy all Geant4 headers in one directory? [n] Specify the path where are the Geant4 data libraries PhotonEvaporation2.0 RadioactiveDecay3.2 G4EMLOW6.2 G4NDL3.13 G4ABLA3.0 are installed. For now, a flat directory structure is assumed, and this can be customized at the next step if needed. [c:/Geant4/geant4_9_2_p01/data] checking for PhotonEvaporation2.0... no checking for RadioactiveDecay3.2... no checking for G4EMLOW6.2... yes checking for G4NDL3.13... no checking for G4ABLA3.0... no Failed to locate one or more of the Geant4 data libraries in c:/Geant4/geant4_9_2_p01/data Please enter 1) Another path to search in 2) 'f' to force the use of the path you entered previously (the data libraries are not needed to build Geant4, but are needed to run applications later). 3) 'c' to customize the data paths, e.g. if you have the data libraries installed in different locations. [f] Could not find CLHEP installed on this system! Please, specify where CLHEP is installed: CLHEP_BASE_DIR: C:/CLHEP You can customize paths and library name of you CLHEP installation: 1) CLHEP_INCLUDE_DIR: C:/CLHEP/include 2) CLHEP_LIB_DIR: C:/CLHEP/lib 3) CLHEP_LIB: CLHEP.lib need to use full library name with its extension (e.g. libCLHEP.lib). To modify default settings, select number above (e.g. 2) [Press [Enter] for default settings] By default 'static' libraries are built. Do you want to build DLL (.dll) libraries? [n] Do you want to build 'global' compound libraries? [n] Do you want to compile libraries in DEBUG mode (-g)? [n] G4UI_NONE If this variable is set, no UI sessions nor any UI libraries are built. This can be useful when running a pure batch job or in a user framework having its own UI system. Do you want to set this variable ? [n] G4UI_BUILD_WIN32_SESSION G4UI_USE_WIN32 Specifies to include and use the terminal interface for Windows systems. [n] y G4UI_BUILD_QT_SESSION G4UI_USE_QT Setting these variables will enable the building of the G4 Qt based user interface module and the use of this module in your applications respectively. The Qt3 or Qt4 headers, libraries and moc application are required to enable the building of this module. Do you want to enable build and use of this module? [n] G4VIS_NONE If this variable is set, no visualization drivers will be built or used. Do you want to set this variable ? [n] G4VIS_BUILD_OPENGLWIN32_DRIVER G4VIS_USE_OPENGLWIN32 It is an interface to the de facto standard 3D graphics library, OpenGL. It is well suited for real-time fast visualization and prototyping. The Windows version of the OpenGL libraries is required. [n] y G4VIS_BUILD_OIWIN32_DRIVER G4VIS_USE_OIWIN32 Specifies to build and use the driver for the free X11 version of OpenInventor on Windows systems. The Windows version of OpenInventor is required. [n] G4UI_BUILD_OPENGLQT_DRIVER G4UI_USE_OPENGLQT Setting these variables will enable the building of the G4 OpenGL Qt based visualisation driver and the use of this driver in your applications respectively. The Qt3 or Qt4 headers, libraries and moc application are required to enable the building of this module. Do you want to enable build and use of this module? [n] G4LIB_BUILD_GDML Setting this variable will enable building of the GDML plugin module embedded in Geant4 for detector description persistency. It requires your system to have the XercesC library and headers installed. Do you want to set this variable? [n] G4LIB_BUILD_G3TOG4 The utility module 'g3tog4' will be built by setting this variable. NOTE: it requires a valid FORTRAN compiler to be installed on your system and the 'cernlib' command in the path, in order to build the ancillary tools! Do you want to build 'g3tog4' ? [n] G4LIB_BUILD_ZLIB Do you want to activate compression for output files generated by the HepRep visualization driver? [n] G4ANALYSIS_USE Activates the configuration setup for allowing plugins to analysis tools based on AIDA (Astract Interfaces for Data Analysis). In order to use AIDA features and compliant analysis tools, the proper environment for these tools will have to be set (see documentation for the specific analysis tools). [n] End of configuration phase. Creating configuration setup file... WARNING: the generated configuration file can be edited if necessary! You can introduce any change to the configuration file /cygdrive/c/Geant4/geant4_9_2_p01/.config/bin/WIN32-VC/config.sh before the final installation. To do so, use a shell escape now (e.g. !vi /cygdrive/c/Geant4/geant4_9_2_p01/.config/bin/WIN32-VC/config.sh).