tutorial:rootinstall

This is an old revision of the document!


ROOT6을 설치하는 방법에 대해 알아본다. 우선 ROOT 공식 홈페이지에 접속하여 다운받고자하는 버전의 페이지로 이동한다.

MacOS

Mac OS의 경우 루트 설치 전에 Xcode를 먼저 설치해야한다. Xcode를 설치했으면 링크에서 OS버전에 맞는 Command Line Tools를 찾아 설치한다. python package를 관리하기 위해 homebrew와 pip를 설치한다. pip는 python을 새로 설치하면 된다.

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install python

Binary distributions

설치하고자하는 컴퓨터의 컴파일러와 OS 버전에 맞는 배포판을 다운로드 받아 압축을 풀고, ~/.bashrc에 다음을 추가한다. (경로는 적절히 바꿔야 함)

source /ROOT_설치_폴더까지의_주소/bin/thisroot.sh

Source compile

  • tutorial/rootinstall.1544420984.txt.gz
  • Last modified: 2023/03/06 13:44
  • (external edit)