From 98010057ce2797294df36387ff8b0849b3435a0b Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Fri, 9 Feb 2018 12:24:05 +0100 Subject: [PATCH] updated Readme.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b623ad0d..15e552118 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,16 @@ Documentation to obtain the binaries via the conda package is available [here.]( One can also obtain the source code from this repository and compile as follows. ### Setup dependencies -* Gui Client.
Requirements: Qt 4.8 and Qwt 6.0 +* Gui Client
+Requirements: Qt 4.8 and Qwt 6.0 ``` export QTDIR=/usr/local/Trolltech/ export QWTDIR=/usr/local/qwt-6.0.1/ ``` If either of them does not exist, the GUI client will not be built. -* Calibration wizards.
Requirements: ROOT +* Calibration wizards
+Requirements: ROOT ``` export ROOTSYS=/usr/local/root-5.34 ```