[esnacc-dev] INSTALL: Include an optional dependencies section

Message ID 20171129153445.4291-1-aconole@bytheb.org
State Accepted
Delegated to: Aaron Conole
Headers show

Commit Message

Aaron Conole Nov. 29, 2017, 3:34 p.m.
These things aren't strictly required to build or use esnacc, but they
do improve things quite a bit.

Suggested-by: Sagara Wickramasekara <sagaraw@gmail.com>
Signed-off-by: Aaron Conole <aconole@bytheb.org>
---
 INSTALL.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Comments

Aaron Conole Jan. 3, 2018, 2:47 p.m. | #1
Aaron Conole <aconole@bytheb.org> writes:

> These things aren't strictly required to build or use esnacc, but they
> do improve things quite a bit.
>
> Suggested-by: Sagara Wickramasekara <sagaraw@gmail.com>
> Signed-off-by: Aaron Conole <aconole@bytheb.org>
> ---

Applied.

Patch

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
 ================================================================