next up previous contents
Next: Directly using cmake Up: Compilation Previous: Compilation   Contents

Using script cmk.sh

The script uses cmake. After compiling, the libraries and executables will be found in `slsDetectorPackage/build/bin` directory. Usage: [-c] [-b] [-h] [-d HDF5 directory] [-j]

Some example options for compilation:

Most basic option: ./cmk.sh -b

For only make: ./cmk.sh

For make clean;make: ./cmk.sh -c

For using hdf5 without custom dir /blabla: ./cmk.sh -h -d /blabla

For rebuilding cmake without hdf5: ./cmk.sh -b

For using multiple cores to compile faster: ./cmk.sh -j9

For rebuilding only certain parts: ./cmk.sh -tg (only text client and gui)



Thattil Dhanya 2019-04-08