Add project status to readme
[ltt-control.git] / README
... / ...
CommitLineData
1Project status
2--------------
3
4This project is no longer maintained. Please use LTTng (https://lttng.org)
5instead.
6
7ltt-control package README
8--------------------------
9Mathieu Desnoyers
10Last update: 2007/05/14
11
12
13This package contains the lttd, lttctl and liblttctl programs which are
14necessary to obtain a trace. It also contains the facilities directory, where
15sits the trace metainformation.
16
17* Compiling
18
19gcc 3.2 or better
20glib 2.4 or better development libraries
21 (Debian : libglib2.0-0, libglib2.0-dev)
22 (Fedora : glib2, glib2-devel)
23libc6 development librairies
24 (Debian : libc6, libc6-dev)
25 (Fedora : glibc, glibc)
26
27
28To compile the source tree from a tarball, simply follow these steps :
29
30- ./configure
31- make
32- make install
33
34After running ./configure, you can also go in specific subdirectories and
35use make, make install.
36
37
38* Quick Start
39
40See the LTTV package QUICKSTART file.
41
42
43* Source Tree Structure
44
45Here is the tree structure of the ltt-control package.
46
47ltt/ New trace format reading library.
48liblttctl/ Library to communicate with the kernel tracer control module.
49lttctl/ Command line program to use the liblttctl library.
50lttd/ Linux Trace Toolkit daemon.
51README This file.
52
53
54* For Developers
55
56This source tree is based on the autotools suite from GNU to simplify
57portability. Here are some things you should have on your system in order to
58compile the subversion repository tree :
59
60- GNU autotools (automake >=1.7, autoconf >=2.50, autoheader >=2.50)
61 (make sure your system wide "automake" points to a recent version!)
62- GNU Libtool
63 (for more information, go to http://www.gnu.org/software/autoconf/)
64
65If you get the tree from the repository, you will need to use the autogen.sh
66script. It calls all the GNU tools needed to prepare the tree configuration.
This page took 0.022159 seconds and 4 git commands to generate.