Fix: disallow re-using same event ID in same stream
[babeltrace.git] / README
diff --git a/README b/README
index 1687075bba2ce9b065d1ce1fec622800dec927af..d76d69809b175d8714e73d8f1c15a9be40af688b 100644 (file)
--- 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,10 +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:
 
@@ -67,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.
This page took 0.023297 seconds and 4 git commands to generate.