X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2FREADME;h=836472ade67c2875f2e634e139e13491b37719bc;hb=860c0a038d73012cc4e3bcad5f14561737c184ff;hp=a052085a2cb8c1f0577d55e9f441088373f6ef48;hpb=5e5b1de15a10a9822b173242a9bb72ec18b5b044;p=lttv.git diff --git a/ltt/branches/poly/README b/ltt/branches/poly/README index a052085a..836472ad 100644 --- a/ltt/branches/poly/README +++ b/ltt/branches/poly/README @@ -5,14 +5,25 @@ liblttctl programs which are necessary to obtain a trace. * Compiling -gcc 3.2 or higher +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) -Some development libraries are needed for compiling : - -gtk 2 development libraries (libgtk2.0, libgtk2.0-dev) -glib 2 development libraries (libglib2.0-0, libglib2.0-dev) -libpopt development libraries (libpopt0, libpopt-dev) -libpango development libraries (libpango1.0, libpango1.0-dev) To compile the source tree from a tarball, simply follow these steps :