X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=contents%2Finstalling-lttng%2Fdesktop-distributions%2Ffedora.md;h=e08832d3d56cbc68377fb3837180c4538ced37ab;hb=1ad5c0f7392f92037b569ff97a425a35c2a17f3e;hp=b77f8e3629849a3a565aa5fe61cbdfaffd897cf8;hpb=5e0cbfb01373c18e521217342fd8a9159cc186b1;p=lttng-docs.git diff --git a/contents/installing-lttng/desktop-distributions/fedora.md b/contents/installing-lttng/desktop-distributions/fedora.md index b77f8e3..e08832d 100644 --- a/contents/installing-lttng/desktop-distributions/fedora.md +++ b/contents/installing-lttng/desktop-distributions/fedora.md @@ -6,9 +6,22 @@ Starting from Fedora 17, LTTng-tools and LTTng-UST packages are officially available using `yum`:
-sudo yum install lttng-tools lttng-ust
+sudo yum install lttng-tools
+sudo yum install lttng-ust
+sudo yum install lttng-ust-devel
 
-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
+