X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=README;fp=README;h=d76d69809b175d8714e73d8f1c15a9be40af688b;hp=ce98e24dc01e23f90a4c4e2bac6c4b87c3c9c4d3;hb=94a6cea3f1639fb0c71b1c591af7880af7507fc0;hpb=033fb0a714e5ff9b6d2947dbe7d3260edcc5f2ac diff --git a/README b/README index ce98e24d..d76d6980 100644 --- a/README +++ b/README @@ -25,8 +25,6 @@ BUILDING make install ldconfig - If you do not want Python bindings, run ./configure --disable-python. - DEPENDENCIES ------------ @@ -46,12 +44,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: