From: compudj Date: Sat, 11 Mar 2006 17:53:10 +0000 (+0000) Subject: update build X-Git-Tag: v0.12.20~1798 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=daa38dd50179effd7ccffa889cb2239dde155ace;hp=a0083f3e00371bdfa502e32ff728b08b4048f888;p=lttv.git update build git-svn-id: http://ltt.polymtl.ca/svn@1691 04897980-b3bd-0310-b5e0-8ef037075253 --- 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