summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2019-10-09 09:52:23 -0700
committerJoachim Nilsson <troglobit@gmail.com>2019-10-09 23:12:47 +0200
commitcae45e8f726f625f452f79965b5943bd50016dad (patch)
tree2aa5da4c623e1f8a4eefe4badc481808a644d7de
parent932e1ac4e1325449e47ba3000fcb4afa6b740fd1 (diff)
downloadlibnet-cae45e8f726f625f452f79965b5943bd50016dad.tar.gz
Caveat for the package installation docs
-rw-r--r--README.md7
1 files 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 <kbd>./configure --help</kbd>
When building from GIT, use <kbd>./autogen.sh</kbd> 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