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