X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=README;h=ce98e24dc01e23f90a4c4e2bac6c4b87c3c9c4d3;hp=8195cd3ef695956d5f610b0d1a5227e741689fce;hb=033fb0a714e5ff9b6d2947dbe7d3260edcc5f2ac;hpb=db96f222c135a0db4c9c8fff36fcdefe054442ae diff --git a/README b/README index 8195cd3e..ce98e24d 100644 --- a/README +++ b/README @@ -25,6 +25,7 @@ BUILDING make install ldconfig + If you do not want Python bindings, run ./configure --disable-python. DEPENDENCIES ------------ @@ -44,6 +45,13 @@ To compile Babeltrace, you will need: libpopt >= 1.13 development libraries (Debian : libpopt-dev) (Fedora : popt) + python headers (optional) + (Debian/Ubuntu : python-dev) + swig >= 2.0 (optional) + (Debian/Ubuntu : swig2.0) + python 3.0 or better (optional) + (Debian/Ubuntu : python3) + For developers using the git tree: