Replace usage of FTS with custom directory traversal code
[lttv.git] / README
CommitLineData
f61f4dca
PMF
1LTT Viewing Tools package README
2--------------------------------
3Mathieu Desnoyers
4Last update: 2007/05/14
5
6
7This package contains the trace reading library and trace viewing tools for
8the new Linux Trace Toolkit trace format.
9
10* Compiling
11
12gcc 3.2 or better
13gtk 2.4 or better development libraries
14 (Debian : libgtk2.0, libgtk2.0-dev)
15 (Fedora : gtk2, gtk2-devel)
16 note : For Fedora users : this might require at least core 3 from Fedora,
17 or you might have to compile your own GTK2 library.
b4242c87 18glib 2.16 or better development libraries
f61f4dca
PMF
19 (Debian : libglib2.0-0, libglib2.0-dev)
20 (Fedora : glib2, glib2-devel)
21libpopt development libraries
22 (Debian : libpopt0, libpopt-dev)
23 (Fedora : popt)
24libpango development libraries
25 (Debian : libpango1.0, libpango1.0-dev)
26 (Fedora : pango, pango-devel)
27libc6 development librairies
28 (Debian : libc6, libc6-dev)
29 (Fedora : glibc, glibc)
30
31
32To compile the source tree from a tarball, simply follow these steps :
33
34- ./configure
35- make
36- make install
37
38After running ./configure, you can also go in specific subdirectories and
39use make, make install.
40
41
42* Quick Start
43
44See QUICKSTART.
45
46
47* Source Tree Structure
48
49Here is the tree structure of the Linux Trace Toolkit Viewer package.
50
51ltt/ New trace format reading library.
52README This file.
53debian/ Debian config files (currently empty).
54doc/ Documentation.
55doc/user/ User related documentation.
56doc/developer/ Developer related documentation.
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).
60
61
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
174cf7f8 66compile the git repository tree :
f61f4dca
PMF
67
68
69- GNU autotools (automake >=1.7, autoconf >=2.50, autoheader >=2.50)
70 (make sure your system wide "automake" points to a recent version!)
71- GNU 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.
a0305332
MD
76
77
78* Contact
79
80 Maintainer: Yannick Brosseau <yannick.brosseau@gmail.com>
81 Mailing List: lttng-dev@lists.lttng.org
This page took 0.035362 seconds and 4 git commands to generate.