From 9b29e7c8a6fe6610ebf52f74666fbe5860fa031c Mon Sep 17 00:00:00 2001 From: Stan Seibert Date: Thu, 17 Nov 2011 12:08:41 -0500 Subject: Update ROOT version number and make the numbers consistent. (Hat tip to mastbaum for noticing the discrepancy.) --- doc/source/install.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/source') diff --git a/doc/source/install.rst b/doc/source/install.rst index f882059..c2f8ce8 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -170,19 +170,19 @@ want to use ROOT to analyze the output of Chroma. Begin by downloading the ROOT 5.30 tarball from `the ROOT download page `_. -As of this writing, the latest version is 5.30.02. Then, from the +As of this writing, the latest version is 5.30.04. Then, from the download directory, execute the following commands:: - tar xvf root_v5.30.02.source.tar.gz + tar xvf root_v5.30.04.source.tar.gz mkdir $VIRTUAL_ENV/src/ - mv root $VIRTUAL_ENV/src/root-5.30.02 - cd $VIRTUAL_ENV/src/root-5.30.02 + mv root $VIRTUAL_ENV/src/root-5.30.04 + cd $VIRTUAL_ENV/src/root-5.30.04 ./configure make We also need to append a ``source`` line to ``$VIRTUAL_ENV/bin/activate``:: - source $VIRTUAL_ENV/src/root-5.30.01/bin/thisroot.sh + source $VIRTUAL_ENV/src/root-5.30.04/bin/thisroot.sh Step 5: CLHEP and GEANT4 -- cgit