clearer
 

Useful Keywords

  • sudo passwd root : 루트 유저 패쓰워드 설정
  • find 명령어 : find / “thisroot*”

For Windows user

Setup the environments of Ubuntu for Geant4 Simulation

  • sudo apt-get update
  • sudo apt-get install build-essential
  • sudo apt-get install freeglut3-dev
  • sudo apt-get install cmake
  • sudo apt-get install ibus-hangul

cmake install

How to install ROOT6 in ubuntu

  • Download binary version of ROOT6
  • Unpack tar file
  • source ./bin/thisroot.sh
  • excute root

How to install Geant4 10.01.p02 in ubuntu

  • Unpack file
  • Install libxmu-dev : sudo apt-get install libxmu-dev libxi-dev (to avoid the Xmu problem)
  • Set directory to install : (for example : dir=/home/dmoon/Work/Geant4/)
  • cd /home/dhmoon/Work/Geant4/
  • cp “Unpacked directory” .
  • mkdir geant4.10.01-build geant4.10.01-install
  • cd geant4.10.01-build
  • cmake -DCMAKE_INSTALL_PREFIX=/home/dmoon/Work/Geant4/geant4.10.01-install -DGEANT4_INSTALL_DATA=ON -DGEANT4_INSTALL_DATA_TIMEOUT=3600 -DGEANT4_USE_OPENGL_X11=ON -DGEANT4_USE_RAYTRACER_X11=ON -DGEANT4_BUILD_EXAMPLES=ON -DGEANT4_USE_SYSTEM_EXPAT=OFF -DGEANT4_BUILD_CXXSTD=c++11 /home/dmoon/Work/Geant4/geant4.10.01.p02
  • make -j 2
  • make install
dhmoon/ubuntuvmare.txt · 마지막 수정: 2016/03/04 21:40 작성자 dhmoon
 
광주광역시 북구 용봉동 전남대학교 자연대 4호관 물리학과 319호 | Tel. +82-62-530-3484
Bld.4-319 Department of Physics, Chonnam National University, 77 Yongbong-ro, Buk-gu, Gwangju 500-757, KOREA
별도로 라이선스를 알리지 않을 경우, 이 위키의 내용은 다음의 라이선스에 따릅니다: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki