From b6e5fa194452092e370090b6f6401cbf711c5c18 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Fri, 9 Feb 2018 15:00:12 +0100 Subject: [PATCH] updated Readme.md --- README.md | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index dfef156cc..008106623 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,3 @@ -# slsDetector package - -The SLS Detectors Package is intended to control the detectors developed by the SLS Detectors Group.
-The detectors currently supported are namely MYTHEN, GOTTHARD, EIGER, JUNGFRAU and MOENCH.
- -## 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:
-(all these options work)
+For using multiple cores to compile faster: ./cmk.sh -j9
-./cmk.sh -cj9 #with clean
-./cmk.sh -hj9 #with hdf5
-./cmk.sh -j9 -h #with hdf
+ For rebuilding only certain sections
./cmk.sh -tg #only text client and gui
@@ -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)