From 5177d9ca8ea278f8d0f94295ec70c662949e734f Mon Sep 17 00:00:00 2001 From: Adrien MATTA <matta@lpccaen.in2p3.fr> Date: Wed, 23 Nov 2016 15:32:55 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 424c770f0..deba814d8 100644 --- a/README.md +++ b/README.md @@ -50,11 +50,10 @@ NPTool components are compiled and installed using the CMake build system, so be sure to have a working CMake installation before starting. In order to compile NPLib, the NPTool core libraries, ROOT 5 (tested with 5.34) -or 6 should be installed with the libMathMore.so library. -This is sufficient to compile NPLib and any analysis project. +or 6 should be installed. This is sufficient to compile NPLib and any analysis project. In order to compile NPSimulation, a recent installation of Geant4 (tested -with version 9.6 and 10.1) is needed. If you want to use GDML format in +with version 9.6 and 10.1) is needed. If you want to use GDML support in NPTool, Geant4 should be installed with GDML support. ### Preparing the build -- GitLab