convert from svn repository: remove tags directory
[lttv.git] / trunk / lttng-xenomai / LinuxTraceToolkitViewer-0.8.61-xenoltt / README
CommitLineData
03d7fdf3 1
2This package contains the trace reading library and trace viewing tools for
3the new Linux Trace Toolkit trace format.
4
5* Compiling
6
7gcc 3.2 or better
8gtk 2.4 or better development libraries
9 (Debian : libgtk2.0, libgtk2.0-dev)
10 (Fedora : gtk2, gtk2-devel)
11 note : For Fedora users : this might require at least core 3 from Fedora,
12 or you might have to compile your own GTK2 library.
13glib 2.4 or better development libraries
14 (Debian : libglib2.0-0, libglib2.0-dev)
15 (Fedora : glib2, glib2-devel)
16libpopt development libraries
17 (Debian : libpopt0, libpopt-dev)
18 (Fedora : popt)
19libpango development libraries
20 (Debian : libpango1.0, libpango1.0-dev)
21 (Fedora : pango, pango-devel)
22libc6 development librairies
23 (Debian : libc6, libc6-dev)
24 (Fedora : glibc, glibc)
25
26
27To compile the source tree from a tarball, simply follow these steps :
28
29- ./configure
30- make
31- make install
32
33After running ./configure, you can also go in specific subdirectories and
34use make, make install.
35
36
37* Quick Start
38
39See QUICKSTART
40
41* Source Tree Structure
42
43Here is the tree structure of the Linux Trace Toolkit Viewer package.
44
45ltt: new trace format reading library.
46README: This file.
47debian: debian config files (currently empty).
48doc: Documentation.
49doc/user: User related documentation.
50doc/developer: Developer related documentation.
51lttv: Linux Trace Toolkit trace analysis tool and viewer.
52lttv/modules: Linux Trace Toolkit analysis tool and viewer plugin modules.
53specs: RPM config files (currently empty).
54
55
56* For Developers
57
58This source tree is based on the autotools suite from GNU to simplify
59portability. Here are some things you should have on your system in order to
60compile the subversion repository tree :
61
62
63GNU autotools (automake-1,7, autoconf2.50, autoheader2.50)
64(make sure your system wide "automake" points to version 1.7!)
65GNU Libtool
66(for more information, go to http://www.gnu.org/software/autoconf/)
67
68If you get the tree from the repository, you will need to use the autogen.sh
69script. It calls all the GNU tools needed to prepare the tree configuration.
70
71
72
73Mathieu Desnoyers
This page took 0.030671 seconds and 4 git commands to generate.