[openssl-commits] [tools] master update

Richard Levitte levitte at openssl.org
Thu Jun 15 14:28:46 UTC 2017


The branch master has been updated
       via  09ebad436ac86898bd5671e37b0d2035c6db375d (commit)
       via  2abca90fcbcd5c9703da5e52921a1fb63b01acff (commit)
      from  8909d2161299bafbdb0690cdf8b677c0ce7c2f34 (commit)


- Log -----------------------------------------------------------------
commit 09ebad436ac86898bd5671e37b0d2035c6db375d
Author: Richard Levitte <richard at levitte.org>
Date:   Thu Jun 15 16:28:40 2017 +0200

    Add requirements

commit 2abca90fcbcd5c9703da5e52921a1fb63b01acff
Author: Richard Levitte <richard at levitte.org>
Date:   Thu Jun 15 16:24:29 2017 +0200

    OpenSSL-Query, QueryApp: Add instructions for local installation

-----------------------------------------------------------------------

Summary of changes:
 OpenSSL-Query/README.md | 17 +++++++++++++++++
 QueryApp/README.md      | 17 +++++++++++++++++
 review-tools/README     | 10 ++++++++++
 3 files changed, 44 insertions(+)

diff --git a/OpenSSL-Query/README.md b/OpenSSL-Query/README.md
index cb547b3..182507f 100644
--- a/OpenSSL-Query/README.md
+++ b/OpenSSL-Query/README.md
@@ -34,6 +34,23 @@ Installation
     $ make
     $ make install
 
+Local installation
+------------
+
+For a local installation, you might want to consider using local::lib
+(debian package liblocal-lib-perl).  In that case, running Makefile.PL
+is slightly different:
+
+    $ perl -Mlocal::lib Makefile.PL
+
+Other than that, follow the instructions in "Installation" above.
+
+To get the paths right permanently, you might want to consider adding
+this in your `.bash_profile`, `.bashrc` och corresponding shell init
+script:
+
+    eval "`perl -I$HOME/perl5/lib/perl5 -Mlocal::lib`"
+
 Testing
 -------
 
diff --git a/QueryApp/README.md b/QueryApp/README.md
index 89a539d..0567af2 100644
--- a/QueryApp/README.md
+++ b/QueryApp/README.md
@@ -43,6 +43,23 @@ Installation
     $ make
     $ make install
 
+Local installation
+------------
+
+For a local installation, you might want to consider using local::lib
+(debian package liblocal-lib-perl).  In that case, running Makefile.PL
+is slightly different:
+
+    $ perl -Mlocal::lib Makefile.PL
+
+Other than that, follow the instructions in "Installation" above.
+
+To get the paths right permanently, you might want to consider adding
+this in your `.bash_profile`, `.bashrc` och corresponding shell init
+script:
+
+    eval "`perl -I$HOME/perl5/lib/perl5 -Mlocal::lib`"
+
 Testing
 -------
 
diff --git a/review-tools/README b/review-tools/README
index 2baca0b..c4386ac 100644
--- a/review-tools/README
+++ b/review-tools/README
@@ -1,3 +1,13 @@
+Requirements
+============
+
+For the scripts below to work properly, the following must be installed:
+
+* OpenSSL-Query: Follow the instructions in its README.md
+
+Optionally, OMC members can benefit from direct database access by installing
+the QueryApp libraries as well.
+
 Environment
 ===========
 


More information about the openssl-commits mailing list