Update README file: point to CTF specification
[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
f5f66f74
MD
9The main format expected to be converted to/from is the Common Trace
10Format (CTF). The latest version of the CTF specification can be found at:
11
12 git tree: git://git.efficios.com/ctf.git
13 gitweb: http://git.efficios.com/?p=ctf.git
14
15
5c9abf1b
MD
16BUILDING
17--------
efc652bd 18
5c9abf1b
MD
19 ./bootstrap (skip if using tarball)
20 ./configure
21 make
22 make install
5d2e189a 23 ldconfig
5c9abf1b
MD
24
25
26DEPENDENCIES
27------------
28
29To compile Babeltrace, you will need:
30
31 gcc 3.2 or better
6f2f758e 32 glib 2.22 or better development libraries
5c9abf1b
MD
33 (Debian : libglib2.0-0, libglib2.0-dev)
34 (Fedora : glib2, glib2-devel)
35 libc6 development librairies
36 (Debian : libc6, libc6-dev)
37 (Fedora : glibc, glibc)
ce8e64d5
MD
38 uuid development libraries
39 (Debian : uuid-dev)
40 (Fedora : uuid-devel)
16b695f5
MD
41 libpopt development libraries
42 (Debian : libpopt0, libpopt-dev)
43 (Fedora : popt)
5c9abf1b
MD
44
45For developers using the git tree:
efc652bd
MD
46
47This source tree is based on the autotools suite from GNU to simplify
48portability. Here are some things you should have on your system in order to
49compile the git repository tree :
50
76fb4848 51- GNU autotools (automake >=1.10, autoconf >=2.50, autoheader >=2.50)
efc652bd
MD
52 (make sure your system wide "automake" points to a recent version!)
53- GNU Libtool
54 (for more information, go to http://www.gnu.org/software/autoconf/)
5e7e97cb
MD
55- Flex >=2.5.35.
56- Bison >=2.4.
efc652bd
MD
57
58If you get the tree from the repository, you will need to use the "bootstrap"
59script in the root of the tree. It calls all the GNU tools needed to prepare the
60tree configuration.
This page took 0.024807 seconds and 4 git commands to generate.