X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=README;h=cfd9693bdad58b560c7ea6cd535dd30a1839aa93;hp=95cc1fca9359c32d8250e95ad0b9bca8dac84087;hb=ffa3b3ba8c5868e27965c801d3986965ab35eed6;hpb=e67a221d91eb0cc4627e37c4e0d7cfb7506200d6 diff --git a/README b/README index 95cc1fca..cfd9693b 100644 --- a/README +++ b/README @@ -49,12 +49,17 @@ To compile Babeltrace, you will need: libpopt >= 1.13 development libraries (Debian : libpopt-dev) (Fedora : popt) + elfutils >= 0.154 development libraries (optional) + (Debian : libelf-dev, libdw-dev) + (Fedora : elfutils-devel, elfutils-libelf-devel) python headers (optional) (Debian/Ubuntu : python3-dev) swig >= 2.0 (optional) (Debian/Ubuntu : swig2.0) - python 3.0 or better (optional) + python >= 3.0 (optional) (Debian/Ubuntu : python3) + sphinx >= 1.2 (optional) + (Debian/Ubuntu : python3-sphinx) If you want Python bindings, run ./configure --enable-python-bindings. Please note that some distributions will need the following