From ebf1f60a958047db3edbf2e7358e47505d4bde66 Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Wed, 9 Oct 2019 09:52:23 -0700 Subject: Caveat for the package installation docs --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ffb42d3..d2a9e13 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,9 @@ To list available options, type ./configure --help When building from GIT, use ./autogen.sh to generate the `configure` script. For this you need the full suite of the GNU autotools: autoconf (>=2.69), automake (>=1.14), libtool (>=2.4.2). -On Debian/Ubuntu systems: + +How to install the dependencies varies by system, but on many debian derived +systems, `apt` can be used: sudo apt install autoconf automake libtool @@ -58,7 +60,8 @@ On Debian/Ubuntu systems: To build the documentation (optional) you need doxygen and pod2man: - sudo apt install doxygen pod2man + sudo apt install doxygen + sudo apt install pod2man || sudo apt install perl For neat graphics in the HTML documentation, also install graphviz. There is also a PDF version of the docs, to build that you need quite a -- cgit v1.2.1