add usertrace-fast
[lttv.git] / usertrace-generic / README
index 01477a3d3a4f2d8330818ce7a65fc56b33a51056..b9ac1fb431c5a0861a43d9aaea08a54a0d955e31 100644 (file)
@@ -168,8 +168,8 @@ See the sample-instrument-fct.c example program.
 
 - Compile your application with at least these parameters to gcc (it is splitted
   on two lines, joined by a "\") :
-gcc -g -finstrument-functions -I /usr/src/usertrace-generic -o myapp myapp.c \
-  -l/usr/lib/ltt-instrument-functions.so
+gcc -g -finstrument-functions \
+  -lltt-instrument-functions -o myapp myapp.c
 
 To see what the final result looks like :
 - Start tracing
This page took 0.025396 seconds and 4 git commands to generate.