内容へ移動
ROOT installation
-
KobaWiki@RCNP
トレース:
文書の表示
管理
最近の変更
サイトマップ
ログイン
検索
この文書は読取専用です。文書のソースを閲覧することは可能ですが、変更はできません。もし変更したい場合は管理者に連絡してください。
===== ROOT installation ===== ==== ./configure for ROOT v5.34.36 on Ubuntu 18.04 LTS ==== To install the ROOT v5.34.36 with libMathMore.so, following command can work. <code> $ cd $HOME/cern/root_v5.34.36 $ ./configure --prefix=$HOME/cern/root_v5.34.36 --etcdir=$HOME/cern/root_v5.34.36 --libdir=$HOME/cern/root_v5.34.36/lib --incdir=$HOME/cern/root_v5.34.36/include --enable-mathmore --with-cc=gcc-4.8 --with-cxx=g++-4.8 --with-ld=g++-4.8 --with-f77=gfortran-4.8 --enable-gsl-shared </code> Before installation, some packages should be installed as below. <code> $ sudo apt-get install libgsl-dev gcc-4.8 g++4.8 gfortran-4.8 </code>
文書の表示
以前のリビジョン
メディアマネージャー
文書の先頭へ