0.6.9
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 10 Oct 2005 17:45:34 +0000 (17:45 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 10 Oct 2005 17:45:34 +0000 (17:45 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1295 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/QUICKSTART
ltt/branches/poly/configure.in

index 5a59e62475e4177bbb167b2112986aa5d4ca54e4..f297e1554ef1d6dc01dc16b68c9e880fb3f40c67 100644 (file)
@@ -56,7 +56,11 @@ Get LTTV RPM from :
 
 http://ltt.polymtl.ca/packages/fedora/RPMS
 
-No RPM packages for LTTng are ready yet.
+LTTV RPM are ready.
+
+LTTng kernel and lttng-modules RPM are available for some architectures (i586,
+i686). Feel free to help fix the spec files to have correct lttng-modules RPM
+package.
 
 
 * Install from Deb packages on Debian :
@@ -75,8 +79,8 @@ deb-src http://ltt.polymtl.ca/packages/debian experimental main
 su -
 apt-get update
 apt-get install lttv lttv-doc
-apt-get install kernel-image-2.6.12-rc4-mm2-lttng-0.4.1
-apt-get install lttng-modules-modules-2.6.12-rc4-mm2-lttng-0.4.1
+apt-get install kernel-image-2.6.12-rc4-mm2-lttng-0.4.2
+apt-get install lttng-modules-modules-2.6.12-rc4-mm2-lttng-0.4.2
   * note : the packages are signed by myself. I am not considered a trusted
     Debian source yet, so warnings are normal.
 
@@ -90,7 +94,7 @@ packages for other platforms, do :
 su -
 cd /usr/src
 apt-get source lttv
-cd lttv-0.6.8
+cd lttv-0.6.9
 dpkg-buildpackage -rfakeroot
 
 You should then have your LTTV .deb files created for your architecture.
@@ -100,10 +104,10 @@ You should then have your LTTV .deb files created for your architecture.
 For building LTTng Debian packages :
 
 su -
-apt-get install kernel-source-2.6.12-rc4-mm2-lttng-0.4.1
+apt-get install kernel-source-2.6.12-rc4-mm2-lttng-0.4.2
 cd /usr/src
-bzip2 -cd kernel-source-2.6.12-rc4-mm2-lttng-0.4.1.tar.bz2 | tar xvof -
-cd kernel-source-2.6.12-rc4-mm2-lttng-0.4.1
+bzip2 -cd kernel-source-2.6.12-rc4-mm2-lttng-0.4.2.tar.bz2 | tar xvof -
+cd kernel-source-2.6.12-rc4-mm2-lttng-0.4.2
 make menuconfig (or xconfig or config) (customize your configuration)
 make-kpkg kernel_image
 
@@ -115,7 +119,7 @@ You will also need to create a package for the lttng-modules :
 su -
 cd /usr/src
 apt-get source lttng-modules
-cd kernel-source-2.6.12-rc4-mm2-lttng-0.4.1
+cd kernel-source-2.6.12-rc4-mm2-lttng-0.4.2
 make-kpkg --added_modules /usr/src/lttng-modules-0.3 modules_image
 
 You will then see your freshly created .deb in /usr/src. Install it with
@@ -268,9 +272,9 @@ echo ltt-control >> /etc/modules
 
 su -
 cd /usr/src
-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
+wget http://ltt.polymtl.ca/packages/LinuxTraceToolkitViewer-0.6.9-10102005.tar.gz
+gzip -cd LinuxTraceToolkitViewer-0.6.9-10102005.tar.gz | tar xvof -
+cd LinuxTraceToolkitViewer-0.6.9-10102005
 (refer to README to see the development libraries that must be installed on you
 system)
 ./configure
index 6026c7f007d08e4eda5680e68f70de77f333ed38..a77108ebf575200341e7c2961c270c76561fede3 100644 (file)
@@ -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.8-26092005)
+AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.6.9-10102005)
 AM_CONFIG_HEADER(config.h)
 AM_PROG_LIBTOOL
 
This page took 0.025792 seconds and 4 git commands to generate.