X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=README;h=95cc1fca9359c32d8250e95ad0b9bca8dac84087;hp=35f982c7ffc29dfdf61f2378a899ffb179ace0e2;hb=beef86dc741318692ee1affa5a733a0ec4d6fd3d;hpb=0f71b863e7b9e54a1887073f5e25d9af37133c92 diff --git a/README b/README index 35f982c7..95cc1fca 100644 --- a/README +++ b/README @@ -1,6 +1,4 @@ BabelTrace - Trace Format Babel Tower -Mathieu Desnoyers, EfficiOS Inc. -September 2010 This project provides trace read and write libraries, as well as a trace converter. A plugin can be created for any trace format to allow its conversion @@ -15,6 +13,13 @@ Format (CTF). The latest version of the CTF specification can be found at: The CE Workgroup of the Linux Foundation, Ericsson, and EfficiOS have sponsored this work. +The current maintainers are: + Jérémie Galarneau + Mathieu Desnoyers + +Questions should be addressed to this mailing list: + lttng-dev@lists.lttng.org + BUILDING -------- @@ -41,9 +46,22 @@ To compile Babeltrace, you will need: uuid development libraries (Debian : uuid-dev) (Fedora : uuid-devel) - libpopt development libraries + libpopt >= 1.13 development libraries (Debian : libpopt-dev) (Fedora : popt) + python headers (optional) + (Debian/Ubuntu : python3-dev) + swig >= 2.0 (optional) + (Debian/Ubuntu : swig2.0) + python 3.0 or better (optional) + (Debian/Ubuntu : python3) + + If you want Python bindings, run ./configure --enable-python-bindings. + Please note that some distributions will need the following + environment variables set before running configure: + + export PYTHON="python3" + export PYTHON_CONFIG="/usr/bin/python3-config" For developers using the git tree: @@ -61,3 +79,5 @@ compile the git repository tree : If you get the tree from the repository, you will need to use the "bootstrap" script in the root of the tree. It calls all the GNU tools needed to prepare the tree configuration. + +Running "make check": bash is required.