From: Mathieu Desnoyers Date: Thu, 18 Jul 2013 15:17:26 +0000 (-0400) Subject: README: update python documentation X-Git-Tag: v2.3.0-rc2~16 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=d7c3ceb441abe3ac4087d4da3e21fd8e8a8b6823 README: update python documentation Signed-off-by: Mathieu Desnoyers --- diff --git a/README b/README index 538996e9e..e38602d53 100644 --- 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: