From 0186cc708fd043dac5ec7c4621b937fb426f6485 Mon Sep 17 00:00:00 2001 From: Nicolas de Sereville <deserevi@ipno.in2p3.fr> Date: Mon, 4 Jan 2016 16:04:56 +0100 Subject: [PATCH] + fix typo --- README/INSTALL.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README/INSTALL.md b/README/INSTALL.md index 45c7f0020..bdcc7ebc1 100644 --- a/README/INSTALL.md +++ b/README/INSTALL.md @@ -33,10 +33,10 @@ the archive in the directory where you want to install the NPTool package. ## 2. Getting ready to build The NPTool package depends on 4 third-party softwares: - + Geant4 (http://geant4.web.cern.ch/geant4) - + ROOT (http://root.cern.ch) with libMathMore support - + CLHEP (http://www.cern.ch/clhep) - + GSL (http://www.gnu.org/software/gsl) + - Geant4 (http://geant4.web.cern.ch/geant4) + - ROOT (http://root.cern.ch) with libMathMore support + - CLHEP (http://www.cern.ch/clhep) + - GSL (http://www.gnu.org/software/gsl) Be sure to source the `<pathname>/nptool/nptool.sh` script in order to define environment variables and aliases. Then, go to the $NPTOOL/NPLib directory: -- GitLab