X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=README;h=d76d69809b175d8714e73d8f1c15a9be40af688b;hb=731087d8e045649286a83aa9909b8b0d79b3368d;hp=8195cd3ef695956d5f610b0d1a5227e741689fce;hpb=db96f222c135a0db4c9c8fff36fcdefe054442ae;p=babeltrace.git diff --git a/README b/README index 8195cd3e..d76d6980 100644 --- a/README +++ b/README @@ -25,7 +25,6 @@ BUILDING make install ldconfig - DEPENDENCIES ------------ @@ -44,6 +43,19 @@ 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 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: