From c5123a136bcaeb72a73f6b36aab20b8e852bdbbd Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Wed, 6 Apr 2016 20:26:50 -0400 Subject: [PATCH] README.md: split required and optional dependencies Signed-off-by: Philippe Proulx Signed-off-by: Mathieu Desnoyers --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c447939b..84728dbb 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,9 @@ compile the Git repository tree: - GNU Autotools (Automake >= 1.10, Autoconf >= 2.50, Autoheader >= 2.50; make sure your system-wide `automake` points to a recent version!) - [GNU Libtool](http://www.gnu.org/software/autoconf/) >= 2.2 - - Perl (optional: needed for `make check` and tests) + + +### Optional dependencies Optional packages to build LTTng-tools man pages: @@ -40,6 +42,13 @@ Note that the man pages are already built in a distribution tarball. In this case, you only need AsciiDoc and xmlto if you indend to modify the AsciiDoc man page sources. +Needed for `make check` and tests: + + - **[Perl](https://www.perl.org/)** + + +### Building steps + If you get the tree from the Git repository, you will need to run ./bootstrap -- 2.34.1