updated Readme.md

This commit is contained in:
maliakal_d 2018-02-09 12:23:34 +01:00
parent 2cf150bb30
commit 14eff53798

View File

@ -10,16 +10,14 @@ 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. One can also obtain the source code from this repository and compile as follows.
### Setup dependencies ### Setup dependencies
* Gui Client * Gui Client. <br>Requirements: Qt 4.8 and Qwt 6.0
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.
* Calibration wizards * Calibration wizards. <br>Requirements: ROOT
Requirements: ROOT
``` ```
export ROOTSYS=/usr/local/root-5.34 export ROOTSYS=/usr/local/root-5.34
``` ```