genevent 0.2
[lttv.git] / ltt / branches / poly / QUICKSTART
index fc9f3a085ccaaa999cf7b7061c2326e455833f85..4a781b5224a8e2a72380f5d7277d036ea6f08d28 100644 (file)
@@ -159,9 +159,9 @@ echo ltt-control >> /etc/modules
 
 su -
 cd /usr/src
-wget http://ltt.polymtl.ca/packages/LinuxTraceToolkitViewer-0.6.4-21092005.tar.gz
-gzip -cd LinuxTraceToolkitViewer-0.6.4-21092005.tar.gz | tar xvof -
-cd LinuxTraceToolkitViewer-0.6.4-21092005
+wget http://ltt.polymtl.ca/packages/LinuxTraceToolkitViewer-0.6.5-21092005.tar.gz
+gzip -cd LinuxTraceToolkitViewer-0.6.5-21092005.tar.gz | tar xvof -
+cd LinuxTraceToolkitViewer-0.6.5-21092005
 (refer to README to see the development libraries that must be installed on you
 system)
 ./configure
@@ -224,9 +224,9 @@ see lttv -m textDump --help for detailed command line options of textDump.
 
 su -
 cd /usr/src
-wget http://ltt.polymtl.ca/packages/genevent-0.1.tar.gz
-gzip -cd genevent-0.1.tar.gz | tar xvof -
-cd genevent-0.1
+wget http://ltt.polymtl.ca/packages/genevent-0.2.tar.gz
+gzip -cd genevent-0.2.tar.gz | tar xvof -
+cd genevent-0.2
 make
 make install
 
This page took 0.024138 seconds and 4 git commands to generate.