Fix: update UST helper provider and event names
[lttng-docs.git] / contents / installing-lttng / desktop-distributions / fedora.md
index b77f8e3629849a3a565aa5fe61cbdfaffd897cf8..e08832d3d56cbc68377fb3837180c4538ced37ab 100644 (file)
@@ -6,9 +6,22 @@ Starting from Fedora 17, LTTng-tools and LTTng-UST packages are officially
 available using `yum`:
 
 <pre class="term">
-sudo yum install lttng-tools lttng-ust
+sudo yum install lttng-tools
+sudo yum install lttng-ust
+sudo yum install lttng-ust-devel
 </pre>
 
-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:
 
+<pre class="term">
+sudo yum install kernel-devel
+</pre>
+
+Proceed on to fetch [LTTng-modules' source](#doc-building-from-source).
+Build and install it as follows:
+
+<pre class="term">
+KERNELDIR=/usr/src/kernels/$(uname -r) make
+sudo make modules_install
+</pre>
This page took 0.022253 seconds and 4 git commands to generate.