X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=README;h=d76d69809b175d8714e73d8f1c15a9be40af688b;hp=2065bb8aeb6f2d818b411356d31e756beff88844;hb=4e752ebc939db830c9d7e7c763f415744c9fc688;hpb=daf707b5fc5c1b05fc76623acebf4452a003f15a diff --git a/README b/README index 2065bb8a..d76d6980 100644 --- a/README +++ b/README @@ -25,7 +25,6 @@ BUILDING make install ldconfig - DEPENDENCIES ------------ @@ -41,9 +40,22 @@ To compile Babeltrace, you will need: uuid development libraries (Debian : uuid-dev) (Fedora : uuid-devel) - libpopt >= 1.8 development libraries + 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: @@ -61,3 +73,5 @@ compile the git repository tree : If you get the tree from the repository, you will need to use the "bootstrap" script in the root of the tree. It calls all the GNU tools needed to prepare the tree configuration. + +Running "make check": bash is required.