Document git tree dependencies
[babeltrace.git] / README
1 BabelTrace - Trace Format Babel Tower
2 Mathieu Desnoyers, EfficiOS Inc.
3 September 2010
4
5 This project provides trace read and write libraries, as well as a trace
6 converter. A plugin can be created for any trace format to allow its conversion
7 to/from another trace format.
8
9
10 * For Developers
11
12 This source tree is based on the autotools suite from GNU to simplify
13 portability. Here are some things you should have on your system in order to
14 compile 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
21 If you get the tree from the repository, you will need to use the "bootstrap"
22 script in the root of the tree. It calls all the GNU tools needed to prepare the
23 tree configuration.
This page took 0.02823 seconds and 4 git commands to generate.