Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tutorial:rootinstall [2018/12/12 11:57] – qwerty | tutorial:rootinstall [2023/03/06 13:44] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
==== Installing ROOT ==== | ==== Installing ROOT ==== | ||
ROOT6을 설치하는 방법에 대해 알아본다. 우선 ROOT 공식 [[https:// | ROOT6을 설치하는 방법에 대해 알아본다. 우선 ROOT 공식 [[https:// | ||
- | Binary file을 이용해 설치하는것을 권장한다. | + | 특별한 이유가 없다면 |
+ | |||
+ | === Binary distributions === | ||
== MacOS == | == MacOS == | ||
Line 10: | Line 12: | ||
</ | </ | ||
- | === Binary | + | == Binary |
설치하고자하는 컴퓨터의 컴파일러와 OS 버전에 맞는 배포판을 다운로드 받아 압축을 풀고, ~/ | 설치하고자하는 컴퓨터의 컴파일러와 OS 버전에 맞는 배포판을 다운로드 받아 압축을 풀고, ~/ | ||
< | < | ||
source / | source / | ||
+ | #.bashrc를 나가서 | ||
+ | source ~/.bashrc | ||
</ | </ | ||
Line 65: | Line 69: | ||
#.bashrc에 적어준다. | #.bashrc에 적어준다. | ||
source / | source / | ||
+ | #.bashrc를 나가서 | ||
+ | source ~/.bashrc | ||
</ | </ | ||