X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=README.adoc;h=d66b4ff381fb1ebe26a07eaa93f02c16f7cba9ba;hb=8884bbc1ce31fa2fc4085a430c4f253e1dd95f14;hp=b9669d941302a26ce00cdbd1147095b699d5d57a;hpb=c125de8f5c0dc9ba3ada63e9317e468ffb9e335a;p=lttng-tools.git diff --git a/README.adoc b/README.adoc index b9669d941..d66b4ff38 100644 --- a/README.adoc +++ b/README.adoc @@ -16,7 +16,7 @@ endif::env-github[] 5 May 2020 [.normal] -https://ci.lttng.org/job/lttng-tools_master_build/[image:https://img.shields.io/jenkins/s/https/ci.lttng.org/lttng-tools_master_build.svg[Jenkins, title="Jenkins"]] +https://ci.lttng.org/job/lttng-tools_master_linuxbuild/[image:https://img.shields.io/jenkins/build.svg?jobUrl=https://ci.lttng.org/job/lttng-tools_master_linuxbuild/[Jenkins, title="Jenkins"]] https://scan.coverity.com/projects/lttng-tools[image:https://img.shields.io/coverity/scan/lttng-tools.svg[Coverity, title="Coverity"]] [.lead] @@ -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`. @@ -85,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` @@ -137,7 +133,7 @@ information on versioning. You need the following tools to build {lt}: * **https://www.gnu.org/software/automake/manual/html_node/Autotools-Introduction.html[GNU{nbsp}Autotools]** - (**Automake{nbsp}≥{nbsp}1.10**, + (**Automake{nbsp}≥{nbsp}1.12**, **Autoconf{nbsp}≥{nbsp}2.64**, and **Autoheader{nbsp}≥{nbsp}2.50**) * **http://www.gnu.org/software/autoconf/[GNU{nbsp}Libtool]{nbsp}≥{nbsp}2.2** @@ -148,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. @@ -193,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 @@ -252,3 +245,6 @@ Continuous integration:: Code review:: https://review.lttng.org/q/project:lttng-tools[_lttng{nbh}tools_ project] on LTTng Review + +Contributor's guide:: + https://github.com/lttng/lttng-tools/blob/master/CONTRIBUTING.md \ No newline at end of file