From 860c0a038d73012cc4e3bcad5f14561737c184ff Mon Sep 17 00:00:00 2001 From: compudj Date: Thu, 6 Oct 2005 14:44:51 +0000 Subject: [PATCH] lib list git-svn-id: http://ltt.polymtl.ca/svn@1291 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/QUICKSTART | 23 ++++++++++++++++++----- ltt/branches/poly/README | 14 ++++++-------- 2 files changed, 24 insertions(+), 13 deletions(-) diff --git a/ltt/branches/poly/QUICKSTART b/ltt/branches/poly/QUICKSTART index e2a09779..5a59e624 100644 --- a/ltt/branches/poly/QUICKSTART +++ b/ltt/branches/poly/QUICKSTART @@ -153,11 +153,24 @@ configuration menu, but there are alternatives. Prerequisites for LTTV 0.6.x installation are : -gtk 2.4 or better development libraries (libgtk2.0, libgtk2.0-dev) -glib 2.4 or better development libraries (libglib2.0-0, libglib2.0-dev) -libpopt development libraries (libpopt0, libpopt-dev) -libpango development libraries (libpango1.0, libpango1.0-dev) -libc6 development librairies (libc6, libc6-dev) +gcc 3.2 or better +gtk 2.4 or better development libraries + (Debian : libgtk2.0, libgtk2.0-dev) + (Fedora : gtk2, gtk2-devel) + note : For Fedora users : this might require at least core 3 from Fedora, + or you might have to compile your own GTK2 library. +glib 2.4 or better development libraries + (Debian : libglib2.0-0, libglib2.0-dev) + (Fedora : glib2, glib2-devel) +libpopt development libraries + (Debian : libpopt0, libpopt-dev) + (Fedora : popt) +libpango development libraries + (Debian : libpango1.0, libpango1.0-dev) + (Fedora : pango, pango-devel) +libc6 development librairies + (Debian : libc6, libc6-dev) + (Fedora : glibc, glibc) * Getting the LTTng packages diff --git a/ltt/branches/poly/README b/ltt/branches/poly/README index 3ef8312a..836472ad 100644 --- a/ltt/branches/poly/README +++ b/ltt/branches/poly/README @@ -5,16 +5,13 @@ liblttctl programs which are necessary to obtain a trace. * Compiling -gcc 3.2 or higher -GTK 2.4 or better : For Fedora users : this might require at least core 3 - from Fedora, or you might have to compile your own GTK2 library. - -Some development libraries are needed for compiling : - -gtk 2 development libraries +gcc 3.2 or better +gtk 2.4 or better development libraries (Debian : libgtk2.0, libgtk2.0-dev) (Fedora : gtk2, gtk2-devel) -glib 2 development libraries + note : For Fedora users : this might require at least core 3 from Fedora, + or you might have to compile your own GTK2 library. +glib 2.4 or better development libraries (Debian : libglib2.0-0, libglib2.0-dev) (Fedora : glib2, glib2-devel) libpopt development libraries @@ -27,6 +24,7 @@ libc6 development librairies (Debian : libc6, libc6-dev) (Fedora : glibc, glibc) + To compile the source tree from a tarball, simply follow these steps : - ./configure -- 2.34.1