X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=README;h=0965fe2d5840d66933a04f3e232df02c6645c903;hb=4f5f37d9512a7fa57b5f98a973b009e47e9f4963;hp=8195cd3ef695956d5f610b0d1a5227e741689fce;hpb=db96f222c135a0db4c9c8fff36fcdefe054442ae;p=babeltrace.git diff --git a/README b/README index 8195cd3e..0965fe2d 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 -------- @@ -44,6 +49,21 @@ To compile Babeltrace, you will need: 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 (optional) + (Debian/Ubuntu : python3) + sphinx >= 1.2 (optional) + (Debian/Ubuntu : python3-sphinx) + + 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: