X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=README;h=9df02e7094b7f7748dbe644c540934bbc8111690;hp=8195cd3ef695956d5f610b0d1a5227e741689fce;hb=71dd417a2b700c2315ef9919104572df1bc83f7a;hpb=6d204f6dd959ca2a0d8857334389f1bb1f8a413f diff --git a/README b/README index 8195cd3e..9df02e70 100644 --- a/README +++ b/README @@ -25,6 +25,7 @@ BUILDING make install ldconfig + If you do not want Python bindings, run ./configure --disable-python. DEPENDENCIES ------------ @@ -44,6 +45,11 @@ To compile Babeltrace, you will need: libpopt >= 1.13 development libraries (Debian : libpopt-dev) (Fedora : popt) + python headers (optional) + (Debian/Ubuntu : python-dev) + swig >= 2.0 (optional) + (Debian/Ubuntu : swig2.0) + For developers using the git tree: