Documentation of live usage and protocol
[lttng-tools.git] / README
diff --git a/README b/README
index 538996e9e8cd371044f2e82b3ad220b4642ef45b..e38602d53703a05fbe46343918ff92203c7e62c9 100644 (file)
--- a/README
+++ b/README
@@ -47,7 +47,7 @@ REQUIREMENTS:
     - python-dev (optional)
       Python headers
 
-      * Debian/Ubuntu package: python-dev
+      * Debian/Ubuntu package: python3-dev
 
     - For kernel tracing: modprobe
 
@@ -92,6 +92,11 @@ INSTALLATION INSTRUCTIONS:
   the configure script, to generate it.
 
   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"
 
 USAGE:
 
This page took 0.0231 seconds and 4 git commands to generate.