summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2019-10-09 09:52:23 -0700
committerSam Roberts <vieuxtech@gmail.com>2019-10-09 10:27:41 -0700
commitebf1f60a958047db3edbf2e7358e47505d4bde66 (patch)
tree2aa5da4c623e1f8a4eefe4badc481808a644d7de
parentc75d3f9fddb24a048d6d174d40600f07c0d8b308 (diff)
downloadlibnet-cleanup-bin.tar.gz
Caveat for the package installation docscleanup-bin
-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