mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-21 11:20:04 +02:00
updated Readme.md
This commit is contained in:
parent
daff1c9a09
commit
b6e5fa1944
17
README.md
17
README.md
@ -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
|
### Binaries
|
||||||
Documentation to obtain the binaries via the conda package is available [here.](https://github.com/slsdetectorgroup/sls_detector_software)
|
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
|
For rebuilding cmake without hdf5
|
||||||
./cmk.sh -b
|
./cmk.sh -b
|
||||||
|
|
||||||
For using multiple cores to compile faster:<br>
|
For using multiple cores to compile faster:
|
||||||
(all these options work)<br>
|
|
||||||
./cmk.sh -j9<br>
|
./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>
|
For rebuilding only certain sections<br>
|
||||||
./cmk.sh -tg #only text client and gui<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
|
gui_client libSlsDetector.a libSlsDetector.so libSlsReceiver.a libSlsReceiver.so
|
||||||
sls_detector_acquire sls_detector_get slsDetectorGui sls_detector_help sls_detector_put slsReceiver
|
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)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user