diff options
Diffstat (limited to 'system/sysdig/README')
-rw-r--r-- | system/sysdig/README | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/system/sysdig/README b/system/sysdig/README index f03eee3067..45c9e6bc6a 100644 --- a/system/sysdig/README +++ b/system/sysdig/README @@ -9,4 +9,9 @@ To build the package for a kernel different from the running one, start the script setting the KERNEL variable as in KERNEL=2.6.38.8 ./sysdig.SlackBuild -Optional: luajit +To build sysdig with dkms support supply the variable DKMS="yes" to +sysdig.SlackBuild. This also needs dkms installed as a runtime dependency. + + # DKMS="yes" ./sysdig.SlackBuild + +Optional: luajit and dkms |