From: Mathieu Desnoyers Date: Wed, 20 Jul 2011 14:02:23 +0000 (-0400) Subject: Fix Readme X-Git-Tag: v2.0-pre1~13 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=9d4c2d78aebfafcc80f9ebd7babfd9e51d397a3d;p=lttng-modules.git Fix Readme Signed-off-by: Mathieu Desnoyers --- diff --git a/README b/README index c6766afd..6c92e313 100644 --- a/README +++ b/README @@ -20,13 +20,13 @@ To build and install, you will need to have your kernel headers available (or access to your full kernel source tree), and use: make -make install +make modules_install If you need to specify the target directory to the kernel you want to build against, use: KERNELDIR=path_to_kernel_dir make -KERNELDIR=path_to_kernel_dir make install +KERNELDIR=path_to_kernel_dir make modules_install Use lttng-tools (git://git.lttng.org/lttng-tools.git) to control the tracer. LTTng tools should automatically load the kernel modules when needed.