X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=README.adoc;h=d43246ae43ddde43fc6d39a60024ec3bf6dff5e6;hp=321a093c6051f7b8c2487024f13112610a491908;hb=900ddc21d5dd2d67c6a7330eb7bde4ccfda114b9;hpb=48ba910c442105da68c0f9bb703213517409f863 diff --git a/README.adoc b/README.adoc index 321a093c..d43246ae 100644 --- a/README.adoc +++ b/README.adoc @@ -1,7 +1,7 @@ // Render with Asciidoctor = Babeltrace -15 October 2019 +13 April 2020 :btversion: 2.0 :bt2: Babeltrace{nbsp}2 @@ -64,11 +64,14 @@ Compiler:: + https://clang.llvm.org/[Clang] is one of those. + * Any {cpp} compiler with {cpp}11 support (for example, + GCC{nbsp}≥{nbsp}4.8 and Clang{nbsp}≥{nbsp}3.3). + Tools:: * https://www.gnu.org/software/make/[GNU Make] * **If you build from a Git clone**: - ** https://www.gnu.org/software/automake/[GNU Automake]{nbsp}≥{nbsp}1.10 - ** https://www.gnu.org/software/autoconf/[GNU Autoconf]{nbsp}≥{nbsp}2.64 + ** https://www.gnu.org/software/automake/[GNU Automake]{nbsp}≥{nbsp}1.12 + ** https://www.gnu.org/software/autoconf/[GNU Autoconf]{nbsp}≥{nbsp}2.69 ** https://www.gnu.org/software/libtool/[GNU Libtool]{nbsp}≥{nbsp}2.2 ** https://github.com/westes/flex[flex]{nbsp}≥{nbsp}2.5.35 ** https://www.gnu.org/software/bison/bison.html[GNU Bison]{nbsp}≥{nbsp}2.4 @@ -98,6 +101,11 @@ _**If you need the {bt2} manual pages**_:: * https://www.methods.co.nz/asciidoc/[Asciidoc]{nbsp}≥{nbsp}8.6.8 * https://pagure.io/xmlto[xmlto]{nbsp}≥{nbsp}0.0.25 +_**If you need the `bt2` Python bindings documentation**_:: + * https://www.sphinx-doc.org/[Sphinx]{nbsp}≥{nbsp}1.3 for + Python{nbsp}3 + (Debian/Ubuntu/Fedora: `python3-sphinx`) + === Procedure @@ -264,7 +272,7 @@ _**If you need the https://lttng.org/[LTTng] debug information filter component Babeltrace was born to parse CTF traces produced by LTTng{nbsp}2.0 and pretty-print their events. -Even though Babeltrace is independant from the LTTng project today, +Even though Babeltrace is independent from the LTTng project today, their communities remain very close, which is why they share some communication channels and services. ====