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