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