Fix: Use list rather than ptr array for trace streams
[babeltrace.git] / doc / python-howto.txt
index e2ed7519b1e1eda0da09c83442b7b7e3ba29de30..5ac8e078db4a4e2c52d2f692b8aa8ca25f999f1c 100644 (file)
@@ -6,11 +6,11 @@ This is a brief howto for using the Babeltrace Python module.
 
 INSTALLATION:
 
-By default, the Python bindings are installed.
-If you do not wish the Python bindings, you can configure with the
---disable-python option during the installation procedure:
+By default, the Python bindings are not generated.
+If you wish to generate and install the Python bindings, you can use the
+--enable-python-bindings configure option.
 
-  $ ./configure --disable-python
+  $ ./configure --enable-python-bindings
 
 The Python module is automatically generated using SWIG, therefore the
 swig2.0 package on Debian/Ubuntu is requied.
This page took 0.023411 seconds and 4 git commands to generate.