From: compudj Date: Fri, 16 Sep 2005 19:37:26 +0000 (+0000) Subject: quickstart formatting X-Git-Tag: v0.12.20~2258 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=6a350e79f856484bcc93d020ed282ef69ee4afae;p=lttv.git quickstart formatting git-svn-id: http://ltt.polymtl.ca/svn@1231 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/QUICKSTART b/ltt/branches/poly/QUICKSTART index be476a14..86b4e25d 100644 --- a/ltt/branches/poly/QUICKSTART +++ b/ltt/branches/poly/QUICKSTART @@ -98,9 +98,9 @@ echo ltt-control >> /etc/modules su - cd /usr/src -wget http://ltt.polymtl.ca/packages/LinuxTraceToolkitViewer-0.5-16092005.tar.gz -gzip -cd LinuxTraceToolkitViewer-0.5-16092005.tar.gz | tar xvof - -cd LinuxTraceToolkitViewer-0.5-16092005 +wget http://ltt.polymtl.ca/packages/LinuxTraceToolkitViewer-0.6-16092005.tar.gz +gzip -cd LinuxTraceToolkitViewer-0.6-16092005.tar.gz | tar xvof - +cd LinuxTraceToolkitViewer-0.6-16092005 (refer to README to see the development libraries that must be installed on you system) ./configure diff --git a/ltt/branches/poly/configure.in b/ltt/branches/poly/configure.in index 525f24bc..85b7f93c 100644 --- a/ltt/branches/poly/configure.in +++ b/ltt/branches/poly/configure.in @@ -23,7 +23,7 @@ AC_PREREQ(2.57) AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS) #AC_WITH_LTDL # not needed ? -AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.5-16092005) +AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.6-16092005) AM_CONFIG_HEADER(config.h) AM_PROG_LIBTOOL