From f16e31cf7063580debe088b0e52cf8230994fa43 Mon Sep 17 00:00:00 2001 From: adrien-matta <a.matta@surrey.ac.uk> Date: Thu, 8 May 2014 12:08:41 +0100 Subject: [PATCH] * Correcting spelling mistake in README.m --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 097e5fc4e..1c826c2cd 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ In order to compile the core libraries NPLib, you will need ROOT to be installed ###Building NPLib NPLib is the core of the NPTool package, holding most of the actual code. It is made of a collection of stand alone C++ classes that can be used in programs and macro. The first step is to define the variable of environment that the system needs. For this open your .profile / .bashrc / .tcshrc file in your home directory and add the following line: ->source /path/to/nptool/nptool.sh + +> source /path/to/nptool/nptool.sh Restart your terminal. You should now have all aliases and environment variable properly defined and can now access the NPLib folder by using the command: ```` @@ -45,7 +46,7 @@ where you replace n is the number of core to be used in the compilation. If you wish to compile only one subdirectory, simply add the name of the directory in lower case, e.g. for compiling the Physics directory: ```` -$ make -jn Physics +$ make -jn physics ```` In order to load the nptool libraries when you launch root, you need to add a few line to your ~/.rootlogon.C file. NPTool can do that safely for you using a script. To launch the script simply type: -- GitLab