Document git tree dependencies
[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
MD
8
9
10* For Developers
11
12This source tree is based on the autotools suite from GNU to simplify
13portability. Here are some things you should have on your system in order to
14compile the git repository tree :
15
16- GNU autotools (automake >=1.7, autoconf >=2.50, autoheader >=2.50)
17 (make sure your system wide "automake" points to a recent version!)
18- GNU Libtool
19 (for more information, go to http://www.gnu.org/software/autoconf/)
20
21If you get the tree from the repository, you will need to use the "bootstrap"
22script in the root of the tree. It calls all the GNU tools needed to prepare the
23tree configuration.
This page took 0.022913 seconds and 4 git commands to generate.