updated Readme.md

This commit is contained in:
maliakal_d 2018-02-09 12:21:25 +01:00
parent d2a2a2729e
commit 2cf150bb30

View File

@ -9,15 +9,17 @@ Documentation to obtain the binaries via the conda package is available [here.](
### Get source code ### Get source code
One can also obtain the source code from this repository and compile as follows. One can also obtain the source code from this repository and compile as follows.
### Setup dependencies for GUI client and calibration wizards ### Setup dependencies
The GUI client requires Qt 4.8 and Qwt 6.0 * Gui Client
Requirements: Qt 4.8 and Qwt 6.0
``` ```
export QTDIR=/usr/local/Trolltech/ export QTDIR=/usr/local/Trolltech/
export QWTDIR=/usr/local/qwt-6.0.1/ export QWTDIR=/usr/local/qwt-6.0.1/
``` ```
If either of them does not exist, the GUI client will not be built. If either of them does not exist, the GUI client will not be built.
The calibration wizards require ROOT * Calibration wizards
Requirements: ROOT
``` ```
export ROOTSYS=/usr/local/root-5.34 export ROOTSYS=/usr/local/root-5.34
``` ```