From patchwork Wed Nov 29 15:34:45 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [esnacc-dev] INSTALL: Include an optional dependencies section X-Patchwork-Submitter: Aaron Conole X-Patchwork-Id: 22 X-Patchwork-Delegate: aconole@bytheb.org Message-Id: <20171129153445.4291-1-aconole@bytheb.org> To: dev@lists.esnacc.org Date: Wed, 29 Nov 2017 10:34:45 -0500 From: Aaron Conole List-Id: eSNACC Development discussion These things aren't strictly required to build or use esnacc, but they do improve things quite a bit. Suggested-by: Sagara Wickramasekara Signed-off-by: Aaron Conole --- 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 ================================================================