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