create directories branches, tags, trunk
[lttv.git] / ltt-usertrace / README
index 205fcca47af21d0e232cbeeb0b79908e9cffe4ef..7e61df23b0bdb00389855fedb20e303f501be3ff 100644 (file)
@@ -27,10 +27,18 @@ gzip -cd ltt-usertrace-x.x.tar.gz | tar xvof -
 
 * Build the sample programs and install the headers and librairies into your
 system :
+(32 bits)
 su
 cd /usr/src/ltt-usertrace
+make clean
+make install (will build and install headers and libraries)
 make
-make install
+(64 bits)
+su
+cd /usr/src/ltt-usertrace
+make clean
+LIB_DIR=/usr/lib64 make install CFLAGS=-m64
+make CFLAGS=-m64
 
 Feel free to look at the sample programs and the Makefile : they demonstrate
 very well the features of the usertrace package and how to use them.
This page took 0.023115 seconds and 4 git commands to generate.