lib list
[lttv.git] / ltt / branches / poly / README
CommitLineData
9c312311 1
2This package contains the trace reading library and trace viewing tools for
5e5b1de1 3the new Linux Trace Toolkit trace format. It also contains the lttd, lttctl and
4liblttctl programs which are necessary to obtain a trace.
9c312311 5
857ed977 6* Compiling
f4b0c7bb 7
8023c35a 8gcc 3.2 or higher
fd127f88 9GTK 2.4 or better : For Fedora users : this might require at least core 3
10 from Fedora, or you might have to compile your own GTK2 library.
8023c35a 11
857ed977 12Some development libraries are needed for compiling :
13
fd127f88 14gtk 2 development libraries
15 (Debian : libgtk2.0, libgtk2.0-dev)
16 (Fedora : gtk2, gtk2-devel)
17glib 2 development libraries
18 (Debian : libglib2.0-0, libglib2.0-dev)
19 (Fedora : glib2, glib2-devel)
20libpopt development libraries
21 (Debian : libpopt0, libpopt-dev)
22 (Fedora : popt)
23libpango development libraries
24 (Debian : libpango1.0, libpango1.0-dev)
25 (Fedora : pango, pango-devel)
26libc6 development librairies
27 (Debian : libc6, libc6-dev)
28 (Fedora : glibc, glibc)
857ed977 29
30To compile the source tree from a tarball, simply follow these steps :
31
5e5b1de1 32- ./configure
f4b0c7bb 33- make
34- make install
35
857ed977 36After running ./configure, you can also go in specific subdirectories and
f4b0c7bb 37use make, make install.
38
39
06f3e7d1 40* Quick Start
41
5e5b1de1 42See QUICKSTART
06f3e7d1 43
857ed977 44* Source Tree Structure
895ad015 45
5e5b1de1 46Here is the tree structure of the Linux Trace Toolkit Viewer package.
895ad015 47
5e5b1de1 48ltt: new trace format reading library.
9c312311 49README: This file.
50debian: debian config files (currently empty).
51doc: Documentation.
52doc/user: User related documentation.
53doc/developer: Developer related documentation.
5e5b1de1 54liblttctl: Library to communicate with the kernel tracer control module.
55lttctl: Command line program to use the liblttctl library.
56lttd: Linux Trace Toolkit daemon.
9c312311 57lttv: Linux Trace Toolkit trace analysis tool and viewer.
58lttv/modules: Linux Trace Toolkit analysis tool and viewer plugin modules.
59specs: RPM config files (currently empty).
857ed977 60
06f3e7d1 61
857ed977 62* For Developers
63
64This source tree is based on the autotools suite from GNU to simplify
65portability. Here are some things you should have on your system in order to
66compile the subversion repository tree :
67
68
69GNU autotools (automake-1,7, autoconf2.50, autoheader2.50)
70(make sure your system wide "automake" points to version 1.7!)
71GNU Libtool
72(for more information, go to http://www.gnu.org/software/autoconf/)
73
74If you get the tree from the repository, you will need to use the autogen.sh
75script. It calls all the GNU tools needed to prepare the tree configuration.
76
77
e8ac6a5e 78
857ed977 79Mathieu Desnoyers
This page took 0.049313 seconds and 4 git commands to generate.