Update the README file to mark the project as unmaintained
[lttv.git] / README
1 LTTV README
2 --------------------------------
3
4 This package contains the trace reading library and trace viewing tools for
5 the LTTng 2.x trace format (Common Trace Format).
6
7 * Compiling
8
9 gcc 3.2 or better
10 gtk 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.
15 glib 2.16 or better development libraries
16 (Debian : libglib2.0-0, libglib2.0-dev)
17 (Fedora : glib2, glib2-devel)
18 libpopt development libraries
19 (Debian : libpopt0, libpopt-dev)
20 (Fedora : popt)
21 libpango development libraries
22 (Debian : libpango1.0, libpango1.0-dev)
23 (Fedora : pango, pango-devel)
24 libc6 development librairies
25 (Debian : libc6, libc6-dev)
26 (Fedora : glibc, glibc)
27
28
29 To compile the source tree from a tarball, simply follow these steps :
30
31 - ./configure
32 - make
33 - make install
34
35 After running ./configure, you can also go in specific subdirectories and
36 use make, make install.
37
38
39 * Quick Start
40
41 See QUICKSTART.
42
43
44 * Source Tree Structure
45
46 Here is the tree structure of the Linux Trace Toolkit Viewer package.
47
48 README This file.
49 doc/ Documentation.
50 doc/user/ User related documentation.
51 doc/developer/ Developer related documentation.
52 lttv/ Linux Trace Toolkit trace analysis tool and viewer.
53 lttv/modules/ Linux Trace Toolkit analysis tool and viewer plugin modules.
54 specs/ RPM config files (currently empty).
55
56
57 * For Developers
58
59 This source tree is based on the autotools suite from GNU to simplify
60 portability. Here are some things you should have on your system in order to
61 compile 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
69 If you get the tree from the repository, you will need to use the autogen.sh
70 script. 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.029735 seconds and 4 git commands to generate.