[esnacc-dev] [PATCH] INSTALL: Include an optional dependencies section
Aaron Conole
aconole at bytheb.org
Wed Nov 29 15:34:45 UTC 2017
These things aren't strictly required to build or use esnacc, but they
do improve things quite a bit.
Suggested-by: Sagara Wickramasekara <sagaraw at gmail.com>
Signed-off-by: Aaron Conole <aconole at bytheb.org>
---
INSTALL.md | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/INSTALL.md b/INSTALL.md
index 429eb9d..90a2ec8 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -30,8 +30,6 @@ you will need:
- bison, or yacc
- - xsltproc (docbook xml and the manpage dependencies)
-
If you are working from a Git tree or snapshot (instead of from a
distribution tarball), or if you modify the esnacc build system
you will also need the following software:
@@ -42,6 +40,12 @@ you will also need the following software:
- libtool version 2.4 or later. (Older versions might work too.)
+Optionally, you may want to install the following packages to enable
+additional functionality, or enhanced documentation:
+
+ - xsltproc (for docbook xml and manpage building)
+
+ - python version 2.7 or later
Building and Installing Enhanced Sample Neufeld ASN.1 C Compiler
================================================================
--
2.9.5
More information about the dev
mailing list