old files clean
[lttv.git] / ltt / branches / poly / README
CommitLineData
857ed977 1* Compiling
f4b0c7bb 2
857ed977 3Some development libraries are needed for compiling :
4
5gtk 2 development libraries (libgtk2.0-dev)
6glib 2 development libraries (libglib2.0-dev)
7libpopt development libraries (libpopt-dev)
7d5ffafa 8libpango development libraries (libpango-dev)
857ed977 9
10To compile the source tree from a tarball, simply follow these steps :
11
12- run ./configure
f4b0c7bb 13- make
14- make install
15
857ed977 16After running ./configure, you can also go in specific subdirectories and
f4b0c7bb 17use make, make install.
18
19
857ed977 20* Source Tree Structure
895ad015 21
857ed977 22This is a sample of the suggested tree for Linux Trace Toolkit.
895ad015 23
24LibLTT : Libraries used for LTT.
25README : This file. Introduction pointing to specific resources in the tree.
26debian : debian config files.
27doc : LTT Documentation.
28doc/user : User related documentation.
29doc/developer : Developer related documentation.
30kernel : LTT kernel patches.
31lttd : Linux Trace Toolkit daemon.
32lttv : Linux Trace Toolkit visualizer/analyzer.
33lttv/plugins : Linux Trace Toolkit visualizer plugins.
34specs : RPM config files.
857ed977 35
36
37* For Developers
38
39This source tree is based on the autotools suite from GNU to simplify
40portability. Here are some things you should have on your system in order to
41compile the subversion repository tree :
42
43
44GNU autotools (automake-1,7, autoconf2.50, autoheader2.50)
45(make sure your system wide "automake" points to version 1.7!)
46GNU Libtool
47(for more information, go to http://www.gnu.org/software/autoconf/)
48
49If you get the tree from the repository, you will need to use the autogen.sh
50script. It calls all the GNU tools needed to prepare the tree configuration.
51
52
53Mathieu Desnoyers
This page took 0.02667 seconds and 4 git commands to generate.