X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=README;h=95cc1fca9359c32d8250e95ad0b9bca8dac84087;hp=ce98e24dc01e23f90a4c4e2bac6c4b87c3c9c4d3;hb=71235b6d1dbc98345dcfa0d01a4aadf66fc24b6e;hpb=9872e818aa1a1d9fcf3221db817b70c109248914 diff --git a/README b/README index ce98e24d..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 -------- @@ -25,7 +30,6 @@ BUILDING make install ldconfig - If you do not want Python bindings, run ./configure --disable-python. DEPENDENCIES ------------ @@ -46,12 +50,18 @@ To compile Babeltrace, you will need: (Debian : libpopt-dev) (Fedora : popt) python headers (optional) - (Debian/Ubuntu : python-dev) + (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: