X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=README.adoc;h=2b2a96d0507716d0da7b98e7dedc1bb96f4131d8;hb=8466f0713f871bcbad5d5f6d0d6a291cb441e3df;hp=e9ff9a812312d3c3ded34b4f4ad83c766695f9b5;hpb=879000628b9a079c190a8d1b157bdefcb02630a0;p=lttng-tools.git diff --git a/README.adoc b/README.adoc index e9ff9a812..2b2a96d05 100644 --- a/README.adoc +++ b/README.adoc @@ -52,13 +52,9 @@ endif::env-github[] You need the following dependencies to build and run the {lt} components: -* **Linux kernel{nbsp}≥{nbsp}2.6.27** -+ -Use `{nbh}{nbh}disable{nbh}epoll` at <> -time to build {lt} for an older kernel. However, note that we can't -provide any guarantee below 2.6.27. +* **Linux kernel{nbsp}≥{nbsp}2.6.30** -* **http://www.liburcu.org/[Userspace{nbsp}RCU]{nbsp}≥{nbsp}0.11.0**. +* **http://www.liburcu.org/[Userspace{nbsp}RCU]{nbsp}≥{nbsp}0.14.0**. + Debian/Ubuntu package: `liburcu{nbh}dev`. @@ -73,7 +69,8 @@ Debian/Ubuntu package: `libxml2{nbh}dev` The following dependencies are optional: * **https://babeltrace.org/[Babeltrace{nbsp}2]**: default viewer - of the https://lttng.org/man/1/lttng-view/[`lttng view`] command. + of the https://lttng.org/man/1/lttng-view/[`lttng view`] command, + `make{nbsp}check` and tests. + Debian/Ubuntu package: `babeltrace2` @@ -84,7 +81,7 @@ Debian/Ubuntu package: `liblttng{nbh}ust{nbh}dev` * **Perl**: `make{nbsp}check` and tests. -* **https://www.python.org/[Python]{nbsp}≥{nbsp}3.0**: +* **https://www.python.org/[Python]{nbsp}≥{nbsp}3.4**: `make{nbsp}check` and tests. + Debian/Ubuntu package: `python3` @@ -147,7 +144,7 @@ You need the following tools to build {lt}: To build the {lt} manual pages: -* **https://www.methods.co.nz/asciidoc/[AsciiDoc]{nbsp}≥{nbsp}8.4.5** +* **https://asciidoc.org/[AsciiDoc]{nbsp}≥{nbsp}8.4.5** + NOTE: Previous versions could work, but were not tested. @@ -192,9 +189,6 @@ If you want to embed the manual pages into the `lttng`, so that you don't need `man` to view them, use the `{nbh}{nbh}enable{nbh}embedded{nbh}help` option. -If your Linux kernel is older than 2.6.27, use the -`{nbh}{nbh}disable{nbh}epoll` option. - This build configuration script finds LTTng{nbh}UST with https://www.freedesktop.org/wiki/Software/pkg-config/[pkg{nbh}config]: set the `PKG_CONFIG_PATH` environment variable accordingly if