Commandes d'installation de Geant4
Bonjour,
j'ai téléchargé geant 4 sur avec le lien. et le manuel aussi, j'ai lu la partie concernant l'installation. mais quand je lance l'installation il y a une erreur du genre:
guembou@guembou:~$ cmake -DCMAKE_INSTALL_PREFIX=/Bureau/geant4.10.01.p01-install /geant4.10.01.p01
CMake Error: The source directory "/geant4.10.01.p01" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
que dois je faire?
quelleS sont les bonne commandes pour installer geant4.10.01.p01?
j'ai téléchargé geant 4 sur avec le lien. et le manuel aussi, j'ai lu la partie concernant l'installation. mais quand je lance l'installation il y a une erreur du genre:
guembou@guembou:~$ cmake -DCMAKE_INSTALL_PREFIX=/Bureau/geant4.10.01.p01-install /geant4.10.01.p01
CMake Error: The source directory "/geant4.10.01.p01" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
que dois je faire?
quelleS sont les bonne commandes pour installer geant4.10.01.p01?
A voir également:
- Install geant4
- Install microsoft store - Guide
- Vidmate apk download install - Télécharger - TV & Vidéo
- Snaptube install - Télécharger - Conversion & Codecs
- Play store install - Accueil - Applis & Sites
- Google Play Store - Télécharger - Téléchargement & Transfert
1 réponse
Il faut spécifier un certain nombre de répertoires, dont celui qui contient les sources au préalable. D'après ce qui est dit ici, une interface permet de définir tout ceci sans trop de difficulté :
http://geant4.web.cern.ch/geant4/UserDocumentation/UsersGuides/InstallationGuide/html/ch02s03.html
Tu peux ensuite passer à la compilation proprement dite :
Exemple :
Bonne chance
http://geant4.web.cern.ch/geant4/UserDocumentation/UsersGuides/InstallationGuide/html/ch02s03.html
ccmake
Tu peux ensuite passer à la compilation proprement dite :
Exemple :
cmake -DCMAKE_INSTALL_PREFIX=/opt/geant4 -DGEANT4_USE_GDML=OFF /path/to/geant4.10.01
Bonne chance