Merge branch 'master' into bindings/python
[babeltrace.git] / README
diff --git a/README b/README
index 2065bb8aeb6f2d818b411356d31e756beff88844..1687075bba2ce9b065d1ce1fec622800dec927af 100644 (file)
--- a/README
+++ b/README
@@ -25,6 +25,7 @@ BUILDING
        make install
        ldconfig
 
+       If you do not want Python bindings, run ./configure --disable-python.
 
 DEPENDENCIES
 ------------
@@ -41,9 +42,14 @@ 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 : python-dev)
+       swig >= 2.0 (optional)
+         (Debian/Ubuntu : swig2.0)
+
 
 For developers using the git tree:
 
This page took 0.023564 seconds and 4 git commands to generate.