Add project status to readme
[ltt-control.git] / README
CommitLineData
e50cf55f
KS
1Project status
2--------------
3
4This project is no longer maintained. Please use LTTng (https://lttng.org)
5instead.
6
d5f1b581 7ltt-control package README
8--------------------------
9Mathieu Desnoyers
10Last update: 2007/05/14
11
2727692a 12
bd717393 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.
2727692a 16
17* Compiling
18
19gcc 3.2 or better
2727692a 20glib 2.4 or better development libraries
21 (Debian : libglib2.0-0, libglib2.0-dev)
22 (Fedora : glib2, glib2-devel)
2727692a 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
d5f1b581 40See the LTTV package QUICKSTART file.
41
2727692a 42
43* Source Tree Structure
44
d5f1b581 45Here is the tree structure of the ltt-control package.
2727692a 46
d5f1b581 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.
2727692a 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
d5f1b581 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/)
2727692a 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.025284 seconds and 4 git commands to generate.