Update the README file to mark the project as unmaintained
[lttv.git] / README
... / ...
CommitLineData
1LTTV README
2--------------------------------
3
4This package contains the trace reading library and trace viewing tools for
5the LTTng 2.x trace format (Common Trace Format).
6
7* Compiling
8
9gcc 3.2 or better
10gtk 2.4 or better development libraries
11 (Debian : libgtk2.0, libgtk2.0-dev)
12 (Fedora : gtk2, gtk2-devel)
13 note : For Fedora users : this might require at least core 3 from Fedora,
14 or you might have to compile your own GTK2 library.
15glib 2.16 or better development libraries
16 (Debian : libglib2.0-0, libglib2.0-dev)
17 (Fedora : glib2, glib2-devel)
18libpopt development libraries
19 (Debian : libpopt0, libpopt-dev)
20 (Fedora : popt)
21libpango development libraries
22 (Debian : libpango1.0, libpango1.0-dev)
23 (Fedora : pango, pango-devel)
24libc6 development librairies
25 (Debian : libc6, libc6-dev)
26 (Fedora : glibc, glibc)
27
28
29To compile the source tree from a tarball, simply follow these steps :
30
31- ./configure
32- make
33- make install
34
35After running ./configure, you can also go in specific subdirectories and
36use make, make install.
37
38
39* Quick Start
40
41See QUICKSTART.
42
43
44* Source Tree Structure
45
46Here is the tree structure of the Linux Trace Toolkit Viewer package.
47
48README This file.
49doc/ Documentation.
50doc/user/ User related documentation.
51doc/developer/ Developer related documentation.
52lttv/ Linux Trace Toolkit trace analysis tool and viewer.
53lttv/modules/ Linux Trace Toolkit analysis tool and viewer plugin modules.
54specs/ RPM config files (currently empty).
55
56
57* For Developers
58
59This source tree is based on the autotools suite from GNU to simplify
60portability. Here are some things you should have on your system in order to
61compile the git repository tree :
62
63
64- GNU autotools (automake >=1.7, autoconf >=2.50, autoheader >=2.50)
65 (make sure your system wide "automake" points to a recent version!)
66- GNU Libtool
67 (for more information, go to http://www.gnu.org/software/autoconf/)
68
69If you get the tree from the repository, you will need to use the autogen.sh
70script. It calls all the GNU tools needed to prepare the tree configuration.
71
72
73* Contact
74
75 Maintainer: Yannick Brosseau <yannick.brosseau@gmail.com>
76 Mailing List: lttng-dev@lists.lttng.org
This page took 0.022453 seconds and 4 git commands to generate.