Update gitignore
[babeltrace.git] / README
CommitLineData
d79865b9
MD
1BabelTrace - Trace Format Babel Tower
2Mathieu Desnoyers, EfficiOS Inc.
3September 2010
4
5This project provides trace read and write libraries, as well as a trace
6converter. A plugin can be created for any trace format to allow its conversion
7to/from another trace format.
efc652bd 8
5c9abf1b
MD
9BUILDING
10--------
efc652bd 11
5c9abf1b
MD
12 ./bootstrap (skip if using tarball)
13 ./configure
14 make
15 make install
5d2e189a 16 ldconfig
5c9abf1b
MD
17
18
19DEPENDENCIES
20------------
21
22To compile Babeltrace, you will need:
23
24 gcc 3.2 or better
6f2f758e 25 glib 2.22 or better development libraries
5c9abf1b
MD
26 (Debian : libglib2.0-0, libglib2.0-dev)
27 (Fedora : glib2, glib2-devel)
28 libc6 development librairies
29 (Debian : libc6, libc6-dev)
30 (Fedora : glibc, glibc)
ce8e64d5
MD
31 uuid development libraries
32 (Debian : uuid-dev)
33 (Fedora : uuid-devel)
16b695f5
MD
34 libpopt development libraries
35 (Debian : libpopt0, libpopt-dev)
36 (Fedora : popt)
5c9abf1b
MD
37
38For developers using the git tree:
efc652bd
MD
39
40This source tree is based on the autotools suite from GNU to simplify
41portability. Here are some things you should have on your system in order to
42compile the git repository tree :
43
76fb4848 44- GNU autotools (automake >=1.10, autoconf >=2.50, autoheader >=2.50)
efc652bd
MD
45 (make sure your system wide "automake" points to a recent version!)
46- GNU Libtool
47 (for more information, go to http://www.gnu.org/software/autoconf/)
5e7e97cb
MD
48- Flex >=2.5.35.
49- Bison >=2.4.
efc652bd
MD
50
51If you get the tree from the repository, you will need to use the "bootstrap"
52script in the root of the tree. It calls all the GNU tools needed to prepare the
53tree configuration.
This page took 0.024299 seconds and 4 git commands to generate.