From 89e867653c5fbbaf938b870652c330730f594651 Mon Sep 17 00:00:00 2001 From: compudj Date: Mon, 26 Sep 2005 18:08:41 +0000 Subject: [PATCH] 0.6.8 git-svn-id: http://ltt.polymtl.ca/svn@1274 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/QUICKSTART | 8 ++++---- ltt/branches/poly/configure.in | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ltt/branches/poly/QUICKSTART b/ltt/branches/poly/QUICKSTART index 1fd1314e..7a37dcbb 100644 --- a/ltt/branches/poly/QUICKSTART +++ b/ltt/branches/poly/QUICKSTART @@ -81,7 +81,7 @@ packages for other platforms, do : su - cd /usr/src apt-get source lttv -cd lttv-0.6.7 +cd lttv-0.6.8 dpkg-buildpackage -rfakeroot You should then have your LTTV .deb files created for your architecture. @@ -245,9 +245,9 @@ echo ltt-control >> /etc/modules su - cd /usr/src -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 +wget http://ltt.polymtl.ca/packages/LinuxTraceToolkitViewer-0.6.8-26092005.tar.gz +gzip -cd LinuxTraceToolkitViewer-0.6.8-26092005.tar.gz | tar xvof - +cd LinuxTraceToolkitViewer-0.6.8-26092005 (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 94f5cf64..818189f4 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.6.7-22092005) +AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.6.8-26092005) AM_CONFIG_HEADER(config.h) AM_PROG_LIBTOOL -- 2.34.1