X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=README;h=3b5ae2e1ce03da30dbdf9e8627c498a95c3a376b;hp=538996e9e8cd371044f2e82b3ad220b4642ef45b;hb=f5a2514c941089d3c1dc718f9d2a5e417d2665a4;hpb=38107a7fa8a0ca62d0703dd66606f2465024a79a diff --git a/README b/README index 538996e9e..3b5ae2e1c 100644 --- a/README +++ b/README @@ -31,6 +31,11 @@ REQUIREMENTS: * Debian/Ubuntu package: libpopt-dev + - libuuid + Universally unique id library + + * Debian/Ubuntu package: uuid-dev + - Perl (optional) Needed for make check and tests. @@ -47,7 +52,7 @@ REQUIREMENTS: - python-dev (optional) Python headers - * Debian/Ubuntu package: python-dev + * Debian/Ubuntu package: python3-dev - For kernel tracing: modprobe @@ -92,6 +97,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: