From 26a54835ded4f13f0f189a24ee3097dd6d27f21c Mon Sep 17 00:00:00 2001 From: Nicolas de Sereville <deserevi@ipno.in2p3.fr> Date: Mon, 4 Jan 2016 16:07:05 +0100 Subject: [PATCH] + Fix typo --- README/INSTALL.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README/INSTALL.md b/README/INSTALL.md index bdcc7ebc1..b67070cfa 100644 --- a/README/INSTALL.md +++ b/README/INSTALL.md @@ -33,10 +33,11 @@ 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