... | ... | @@ -5,16 +5,21 @@ The Dynamic Kernel Scheduler (DKS) is a slim software layer between the host app |
|
|
**DKS instalation**
|
|
|
|
|
|
#clone DKS
|
|
|
|
|
|
`git clone git@gitlab.psi.ch:uldis_l/DKS.git DKS`
|
|
|
|
|
|
#switch to the latest release branch
|
|
|
|
|
|
`git checkout dks-1.0.0-branch`
|
|
|
|
|
|
|
|
|
#configure installation in build directory
|
|
|
|
|
|
`CXX=<c++ compiler> CC=<c compiler> -DCMAKE_INSTALL_PREFIX=<install dir> <path to DKS source>`
|
|
|
|
|
|
#install DKS
|
|
|
|
|
|
`make`
|
|
|
|
|
|
`make install`
|
|
|
|