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