The HIROOT needs TAM Library.
So, before the install hiroot, I had to install the TAM library.
- TAM library is installed as ROOT module. Install the ROOT to install TAM library.
- In the Top of ROOT source directory, download the TAM Library source using SVN command. (No release file. It is broken.)
#> svn co https://viktor.lns.mit.edu/svn/tam/trunk $ROOTSOURCE
#> ./configure --with-~~~~~ and,
#> make ; export ROOTSYS=/usr/local/$ROOTVERSION ; make install
- Automatically, The TAM library will be installed on system.
Note. I installed TAM library already. So, you need not follow the installation about TAM library.
Just Install the HIROOT.
- After installation of the TAM library, download the HIROOT source using SVN.
#> svn co https://viktor.lns.mit.edu/svn/hiroot/trunk hiroot
- Finally, we can install the hiroot. Just,
#> ./configure && make
--
GunmoRyu - 10 Feb 2009