diff --git a/README.md b/README.md index 15e552118..d64bf4481 100644 --- a/README.md +++ b/README.md @@ -25,16 +25,16 @@ Requirements: ROOT ``` ### Compile using script cmk.sh -Usage: [-c] [-b] [-h] [-d ] [-j] - -[no option]: only make - -c: Clean - -b: Builds/Rebuilds CMake files normal mode - -h: Builds/Rebuilds Cmake files with HDF5 package - -d: HDF5 Custom Directory - -t: Build/Rebuilds only text client - -r: Build/Rebuilds only receiver - -g: Build/Rebuilds only gui - -j: Number of threads to compile through +Usage: [-c] [-b] [-h] [-d HDF5 directory] [-j]
+ -[no option]: only make
+ -c: Clean
+ -b: Builds/Rebuilds CMake files normal mode
+ -h: Builds/Rebuilds Cmake files with HDF5 package
+ -d: HDF5 Custom Directory
+ -t: Build/Rebuilds only text client
+ -r: Build/Rebuilds only receiver
+ -g: Build/Rebuilds only gui
+ -j: Number of threads to compile through
For only make: ./cmk.sh @@ -48,16 +48,16 @@ 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) -./cmk.sh -j9 -./cmk.sh -cj9 #with clean -./cmk.sh -hj9 #with hdf5 -./cmk.sh -j9 -h #with hdf +For using multiple cores to compile faster:
+(all these options work)
+./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 -./cmk.sh -r #only receiver +For rebuilding only certain sections
+./cmk.sh -tg #only text client and gui
+./cmk.sh -r #only receiver
### Compile without script