convert from svn repository: remove tags directory
[lttv.git] / trunk / ltt-control / README
CommitLineData
3d7a0555 1ltt-control package README
2--------------------------
3Mathieu Desnoyers
4Last update: 2007/05/14
5
f1f05d47 6
4a89deea 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.
f1f05d47 10
11* Compiling
12
13gcc 3.2 or better
f1f05d47 14glib 2.4 or better development libraries
15 (Debian : libglib2.0-0, libglib2.0-dev)
16 (Fedora : glib2, glib2-devel)
f1f05d47 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
3d7a0555 34See the LTTV package QUICKSTART file.
35
f1f05d47 36
37* Source Tree Structure
38
3d7a0555 39Here is the tree structure of the ltt-control package.
f1f05d47 40
3d7a0555 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.
f1f05d47 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
3d7a0555 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/)
f1f05d47 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.03452 seconds and 4 git commands to generate.