clearer
 

Download ROOT

Installation of ROOT

  • In Ubuntu
    1. mkdir /ROOT/
    2. cd /ROOT/
    3. Download binary distribution
    4. vi /etc/profile
    5. export ROOTSYS=/ROOT/root-
    6. export PATH=$PATH:$ROOTSYS/bin
    7. source /ROOT/root-6.xx/bin/thisroot.sh
  • Install with CMAKE
    1. mkdir root_build root_install
    2. cd root_build
    3. cmake -DCMAKE_INSTALL_PREFIX=../root_install ../root_src 
      •  cmake -Dbuiltin_tbb=OFF -Dimt=OFF -DCMAKE_INSTALL_PREFIX=../root_install ../root_src 
    4. cmake --build . -- install -j4   
      # if you have 4 cores available for compilation
  • When Error occur
    • TBB error on version 6.18/04 : -Dbuiltin_tbb=OFF -Dimt=OFF
    • DAVIX error on version 6.18/04 : -Ddavix=OFF
    • Version mismatch Error : -DPYTHON_EXECUTABLE=/Absolute_PATH/PYTHON
      • Use “which python” to find path of python
kgpark/root.txt · 마지막 수정: 2022/04/05 14:48 작성자 khpark
 
광주광역시 북구 용봉동 전남대학교 자연대 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