X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2FQUICKSTART;h=4a781b5224a8e2a72380f5d7277d036ea6f08d28;hb=e7e20d44f84c1a7d25bf9201470e43553e57b93e;hp=fc9f3a085ccaaa999cf7b7061c2326e455833f85;hpb=38e8e662ead0862c3967fbec5a531f616613a2fd;p=lttv.git diff --git a/ltt/branches/poly/QUICKSTART b/ltt/branches/poly/QUICKSTART index fc9f3a08..4a781b52 100644 --- a/ltt/branches/poly/QUICKSTART +++ b/ltt/branches/poly/QUICKSTART @@ -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