fixed documentation for fw upgrade and cmk script show all options (#674)

* fixed documentation for fw upgrade and cmk script show all options

* much more clear definition of the sls receiver header
This commit is contained in:
Dhanya Thattil
2023-02-20 15:24:09 +01:00
committed by GitHub
parent b200a2efc1
commit dde99a16b3
4 changed files with 82 additions and 23 deletions

View File

@ -178,17 +178,17 @@ Build using in-built cmk.sh script
-z: Moench zmq processor
# get all options
# display all options
./cmk.sh -?
# new build and compile in parallel:
./cmk.sh -bj5
# new build and compile in parallel (recommended basic option):
./cmk.sh -cbj5
# new build, python and compile in parallel:
./cmk.sh -bpj5
./cmk.sh -cbpj5
#To use the system zmq (/usr/lib64) instead
./cmk.sh -bj5 -q /usr/lib64
./cmk.sh -cbj5 -q /usr/lib64