... | ... | @@ -285,18 +285,18 @@ $ |
|
|
- Geant4
|
|
|
- You can check the Geant4 datasets installation using the command:
|
|
|
`geant4-config --check-datasets`
|
|
|
- `geant4-config --help` also show geant4 features ( configuration options )
|
|
|
- `geant4-config --help` also shows the Geant4 features (configuration options)
|
|
|
|
|
|
Visit the Geant4 Installation Guide for info:
|
|
|
Visit Geant4 Installation Guide for more info:
|
|
|
http://geant4-userdoc.web.cern.ch/geant4-userdoc/UsersGuides/InstallationGuide/html/
|
|
|
|
|
|
- zsh
|
|
|
- If you use zsh you need use .zprofile instead of .bash_profile
|
|
|
- Use *source* not a *.* to source the setup scripts
|
|
|
- If you use zsh you need to use .zprofile instead of .bash_profile
|
|
|
- Use *source* not *.* to source setup scripts
|
|
|
|
|
|
- bash
|
|
|
- zsh default waring
|
|
|
To suppress a warning massage put following line into .bash_profile:
|
|
|
- zsh default warning
|
|
|
To suppress a warning massage put the following line into .bash_profile:
|
|
|
`export BASH_SILENCE_DEPRECATION_WARNING=1`
|
|
|
|
|
|
|
... | ... | |