Changes between Initial Version and Version 1 of install
- Timestamp:
- Mar 26, 2012, 10:26:37 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
install
v1 v1 1 === Mac Os X 10.5 (Leopard) === 2 3 1. Install root from source : ftp://root.cern.ch/root/root_v5.32.01.source.tar.gz 4 compile it: 5 {{{ 6 ./configure macosx 7 make 8 }}} 9 and configure the environment variable (in .bashrc) ROOTSYS, LD_LIBRARY_PATH, PATH 10 2. install boost : http://sourceforge.net/projects/boost/files/boost/1.49.0/boost_1_48_0.tar.gz/download 11 install it via 12 {{{ 13 sudo ./booststrap.sh 14 ./b2 15 }}}