X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=README.md;h=0a03fea5b6ec395bc308751c2b4b60281af950c4;hp=e8038f636392afeb0fe4a01801baf99b35ad1e4d;hb=8190767eb2133d712c22d87a26efa4790ec9dd3a;hpb=4c780623524ec3bb612279a687f1eb6edafa49fe diff --git a/README.md b/README.md index e8038f636..0a03fea5b 100644 --- a/README.md +++ b/README.md @@ -69,17 +69,24 @@ This source tree is based on the Autotools suite from GNU to simplify portability. Here are some things you should have on your system in order to compile the Git repository tree: - - GNU Autotools (Automake >= 1.10, Autoconf >= 2.64, - Autoheader >= 2.50; make sure your system-wide `automake` points to - a recent version!) - - [GNU Libtool](http://www.gnu.org/software/autoconf/) >= 2.2 - - Flex >= 2.5.35 - - Bison >= 2.4 + - **GNU Autotools** (**Automake >= 1.10**, **Autoconf >= 2.64**, + **Autoheader >= 2.50**; make sure your system-wide `automake` points + to a recent version!) + - **[GNU Libtool](http://www.gnu.org/software/autoconf/) >= 2.2** + - **Flex >= 2.5.35** + - **Bison >= 2.4** + +Optional packages to build LTTng-tools man pages: + + - **AsciiDoc >= 8.4.5** (previous versions may work, but were + not tested) + - **xmlto >= 0.0.21** (previous versions may work, but were + not tested) If you use GNU gold, which is _not_ mandatory, make sure you have this version: - - GNU gold >= 2.22 + - **GNU gold >= 2.22** Before this version of GNU gold, we hit a [known bug](http://sourceware.org/bugzilla/show_bug.cgi?id=11317).