From 472d96cd9454e0ebe03ded257d08528b16b38e40 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Fri, 9 Feb 2018 14:33:04 +0100 Subject: [PATCH] updated Readme.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c73101c0b..7ac795d9b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,10 @@ Documentation to obtain the binaries via the conda package is available [here.]( ### Get source code One can also obtain the source code from this repository and compile as follows. +``` +git clone https://github.com/slsdetectorgroup/slsDetectorPackage.git --branch 3.0.1 +``` ### Setup dependencies * Gui Client
Requirements: Qt 4.8 and Qwt 6.0 @@ -26,7 +29,9 @@ Requirements: ROOT export ROOTSYS=/usr/local/root-5.34 ``` -### Compile using script cmk.sh +### Compilation + +#### Compile using script cmk.sh Usage: [-c] [-b] [-h] [-d HDF5 directory] [-j]
* -[no option]: only make
* -c: Clean
@@ -62,7 +67,7 @@ For rebuilding only certain sections
./cmk.sh -r #only receiver
-### Compile without script +#### Compile without script Use cmake to create out-of-source builds, by creating a build folder parallel to source directory. ``` $ cd ..