updated Readme.md

This commit is contained in:
maliakal_d 2018-02-09 15:00:12 +01:00
parent daff1c9a09
commit b6e5fa1944

View File

@ -1,10 +1,3 @@
# slsDetector package
The SLS Detectors Package is intended to control the detectors developed by the SLS Detectors Group. <br>
The detectors currently supported are namely MYTHEN, GOTTHARD, EIGER, JUNGFRAU and MOENCH.<br>
## Installation
### Binaries
Documentation to obtain the binaries via the conda package is available [here.](https://github.com/slsdetectorgroup/sls_detector_software)
@ -60,12 +53,9 @@ For using hdf5 without custom dir /blabla:
For rebuilding cmake without hdf5
./cmk.sh -b
For using multiple cores to compile faster:<br>
(all these options work)<br>
For using multiple cores to compile faster:
./cmk.sh -j9<br>
./cmk.sh -cj9 #with clean<br>
./cmk.sh -hj9 #with hdf5<br>
./cmk.sh -j9 -h #with hdf<br>
For rebuilding only certain sections<br>
./cmk.sh -tg #only text client and gui<br>
@ -92,6 +82,3 @@ After compiling, the libraries and executables will be found at `bin` directory
gui_client libSlsDetector.a libSlsDetector.so libSlsReceiver.a libSlsReceiver.so
sls_detector_acquire sls_detector_get slsDetectorGui sls_detector_help sls_detector_put slsReceiver
```
### Usage
How to use the package can be found [here.](https://github.com/slsdetectorgroup/slsDetectorPackage/wiki)