modules_install
[lttv.git] / ltt / branches / poly / QUICKSTART
index 532ac0bbd4623ca82ce775113ac5dc7aadddd7e7..61504dfe8c4c060c624b0e5d93e598f44c92e082 100644 (file)
@@ -6,6 +6,8 @@ How to use LTTng and LTTV in a few lines :
 These operations are made for installing LTTng 0.2 on a linux 2.6.12-rc2-mm2
 kernel. Change the versions to fit your needs.
 
+Author : Mathieu Desnoyers, September 2005
+
 
 * Getting the LTTng packages
 
@@ -43,7 +45,9 @@ make menuconfig
     do NOT activate (not ready yet) :
         Align Linux Trace Toolkit Traces
         Activate Linux Trace Toolkit Heartbeat Timer
+              IMPORTANT : This is enabled by default : you must disable it!
 make install
+make modules_install
 reboot
 
 
@@ -85,7 +89,7 @@ lttv-gui (or /usr/local/bin/lttv-gui)
 
 * Getting and installing genevent
 
-u -
+su -
 cd /usr/src
 wget http://ltt.polymtl.ca/packages/genevent-0.1.tar.gz
 gzip -cd genevent-0.1.tar.gz | tar xvof -
This page took 0.023927 seconds and 4 git commands to generate.