From: Philippe Proulx Date: Sat, 18 Oct 2014 18:37:16 +0000 (-0400) Subject: Merge remote-tracking branch 'gh-tuxology/patch-1' X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=b9eb413c78f288db3d07434bae6a8c54638b8692;hp=da2f357477f0ecde16e04dda659f7009904d1cb6;p=lttng-docs.git Merge remote-tracking branch 'gh-tuxology/patch-1' Closes #2 --- diff --git a/contents/installing-lttng/desktop-distributions/fedora.md b/contents/installing-lttng/desktop-distributions/fedora.md index e6cecbc..44e4979 100644 --- a/contents/installing-lttng/desktop-distributions/fedora.md +++ b/contents/installing-lttng/desktop-distributions/fedora.md @@ -10,5 +10,17 @@ sudo yum install lttng-tools sudo yum install lttng-ust -LTTng-modules still needs to be built and installed -[from source](#doc-building-from-source). +LTTng-modules still needs to be built and installed from source. For that, +make sure that the `kernel-devel` package is already installed beforehand: + +
+sudo yum install kernel-devel
+
+ +Proceed on to fetch [LTTng-modules' source](#doc-building-from-source). +Build and install it as follows: + +
+KERNELDIR=/usr/src/kernels/$(uname -r) make
+sudo make modules_install
+