X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=doc%2Fpython-howto.txt;h=5ac8e078db4a4e2c52d2f692b8aa8ca25f999f1c;hp=e2ed7519b1e1eda0da09c83442b7b7e3ba29de30;hb=8dcb4e83662ffac2b204f9bfcc28bbd914edf390;hpb=ccde9b25397f3e74c60bfbcb9f77008299a44cc9 diff --git a/doc/python-howto.txt b/doc/python-howto.txt index e2ed7519..5ac8e078 100644 --- a/doc/python-howto.txt +++ b/doc/python-howto.txt @@ -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.