update
[lttv.git] / ltt / branches / poly / QUICKSTART
index 94db2faa225794f314a11ada282599f9cbf246f8..1cc95dc7fe3115639bd1ba85db1651b20eb3d403 100644 (file)
@@ -40,7 +40,7 @@ PowerPC
 
 
 Author : Mathieu Desnoyers, September 2005
-Last update : January 10, 2006
+Last update : February 10, 2006
 
 
 ***********************************************************
@@ -49,7 +49,9 @@ Last update : January 10, 2006
 
 ** NOTE : RPM and debian packages are only made once a version has been
    thoroughly tested. If they do not exist at the moment, please install from
-        sources (see section 2 below).
+        sources (see section 2 below). To see the list of compatibilities between
+        LTTng, LTTv, genevent and lttng-modules, please refer to
+        http://ltt.polymtl.ca > LTTng+LTTV versions compatibility
 
 
 * Install from RPM packages on Fedora Core 4 :
@@ -280,13 +282,28 @@ echo ltt-control >> /etc/modules
 echo ltt-statedump >> /etc/modules
 
 
-* Getting and installing the LTTV package
+* Getting and installing the ltt-control package (on the traced machine)
 
 su -
 cd /usr/src
-wget http://ltt.polymtl.ca/packages/LinuxTraceToolkitViewer-0.8.13-07022006.tar.gz
-gzip -cd LinuxTraceToolkitViewer-0.8.13-07022006.tar.gz | tar xvof -
-cd LinuxTraceToolkitViewer-0.8.13-07022006
+wget http://ltt.polymtl.ca/lttng/ltt-control-0.1-11032006.tar.gz
+gzip -cd ltt-control-0.1-11032006.tar.gz | tar xvof -
+cd ltt-control-0.1-11032006
+(refer to README to see the development libraries that must be installed on you
+system)
+./configure
+make
+make install
+
+
+* Getting and installing the LTTV package (on the visualisation machine, same or
+  different from the visualisation machine)
+
+su -
+cd /usr/src
+wget http://ltt.polymtl.ca/packages/LinuxTraceToolkitViewer-0.8.31-11032006.tar.gz
+gzip -cd LinuxTraceToolkitViewer-0.8.31-11032006.tar.gz | tar xvof -
+cd LinuxTraceToolkitViewer-0.8.31-11032006
 (refer to README to see the development libraries that must be installed on you
 system)
 ./configure
This page took 0.024905 seconds and 4 git commands to generate.