From daa38dd50179effd7ccffa889cb2239dde155ace Mon Sep 17 00:00:00 2001 From: compudj Date: Sat, 11 Mar 2006 17:53:10 +0000 Subject: [PATCH] update build git-svn-id: http://ltt.polymtl.ca/svn@1691 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/QUICKSTART | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/ltt/branches/poly/QUICKSTART b/ltt/branches/poly/QUICKSTART index b43ca8f8..1cc95dc7 100644 --- a/ltt/branches/poly/QUICKSTART +++ b/ltt/branches/poly/QUICKSTART @@ -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 -- 2.34.1