X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=README;h=1687075bba2ce9b065d1ce1fec622800dec927af;hb=24a3136a3837ee43162b1393827faa938f0789eb;hp=35f982c7ffc29dfdf61f2378a899ffb179ace0e2;hpb=0f71b863e7b9e54a1887073f5e25d9af37133c92;p=babeltrace.git diff --git a/README b/README index 35f982c7..1687075b 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 ------------ @@ -41,9 +42,14 @@ To compile Babeltrace, you will need: uuid development libraries (Debian : uuid-dev) (Fedora : uuid-devel) - libpopt development libraries + 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) + For developers using the git tree: