X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=README;h=2f304636c66dd7a18191bab7b6dbc5e5b57ff4d6;hp=d76d69809b175d8714e73d8f1c15a9be40af688b;hb=c9c8c6ffe4544140cc75e8d13ac1022860d2a481;hpb=024e61817685a20caceb4e3ef3bdc019a7af6b6e diff --git a/README b/README index d76d6980..2f304636 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,6 +30,7 @@ BUILDING make install ldconfig + DEPENDENCIES ------------ @@ -37,18 +43,17 @@ To compile Babeltrace, you will need: glib 2.22 or better development libraries (Debian : libglib2.0-0, libglib2.0-dev) (Fedora : glib2, glib2-devel) - uuid development libraries - (Debian : uuid-dev) - (Fedora : uuid-devel) - libpopt >= 1.13 development libraries - (Debian : libpopt-dev) - (Fedora : popt) + elfutils >= 0.154 development libraries (optional) + (Debian : libelf-dev, libdw-dev) + (Fedora : elfutils-devel, elfutils-libelf-devel) python headers (optional) (Debian/Ubuntu : python3-dev) swig >= 2.0 (optional) (Debian/Ubuntu : swig2.0) - python 3.0 or better (optional) + 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