編集メニュー > 新規作成 編集 コピー 名前の変更 アップロード 添付ファイル一覧 バックアップ
* geant4 [#v54d32e6]
** geant4.9.6.p01 isntall [#d83be8c2]
tgzを~/exp/geant4/temp/に保存、展開。
~/exp/geant4/temp/geant4.9.6.p01ができる。
 [kondo@kurage temp]$ mkdir geant4.9.6.p01-build
 [kondo@kurage temp]$ cd  geant4.9.6.p01-build
 [kondo@kurage geant4.9.6.p01-build]$ pwd 
 /home/kondo/exp/geant4/temp/geant4.9.6.p01-build
 [kondo@kurage geant4.9.6.p01-build]$ cmake -DCMAKE_INSTALL_PREFIX=/home/kondo/exp/geant4/geant4.9.6.p01 -DGEANT4_USE_OPENGL_X11=ON -DGEANT4_INSTALL_DATA=ON  home/kondo/exp/geant4/temp/geant4.9.6.p01
 [kondo@kurage geant4.9.6.p01-build]$ make -j4
 [kondo@kurage geant4.9.6.p01-build]$ make install