update build
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Sat, 11 Mar 2006 17:53:10 +0000 (17:53 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Sat, 11 Mar 2006 17:53:10 +0000 (17:53 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1691 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/QUICKSTART

index b43ca8f811d33c4e0160183f196132ff9d12d5c6..1cc95dc7fe3115639bd1ba85db1651b20eb3d403 100644 (file)
@@ -282,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.025886 seconds and 4 git commands to generate.