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