You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by sa...@apache.org on 2019/04/11 16:13:15 UTC

[geode-native] branch openssl_building created (now fb863e3)

This is an automated email from the ASF dual-hosted git repository.

sai_boorlagadda pushed a change to branch openssl_building
in repository https://gitbox.apache.org/repos/asf/geode-native.git.


      at fb863e3  Add an instruction to pass OPENSSL_ROOT_DIR

This branch includes the following new commits:

     new fb863e3  Add an instruction to pass OPENSSL_ROOT_DIR

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[geode-native] 01/01: Add an instruction to pass OPENSSL_ROOT_DIR

Posted by sa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sai_boorlagadda pushed a commit to branch openssl_building
in repository https://gitbox.apache.org/repos/asf/geode-native.git

commit fb863e358ded28095550e40131e533c54547ee2c
Author: Sai Boorlagadda <sa...@gmail.com>
AuthorDate: Thu Apr 11 09:13:11 2019 -0700

    Add an instruction to pass OPENSSL_ROOT_DIR
---
 BUILDING.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/BUILDING.md b/BUILDING.md
index 8636a23..30cecee 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -22,7 +22,9 @@ Building requires access to an installation of Geode. There are two ways to achi
 * Pass in `GEODE_ROOT` during the CMake configuration step.
   * e.g.  add `-DGEODE_ROOT=/path/to/geode` to the _initial_ `cmake` execution command.
 
-
+## Setting Path to OpenSSL
+Building requires access to an installation of OpenSSL. You can pass `OPENSSL_ROOT_DIR` during the CMake configuration step:
+  * e.g.  add `-DOPENSSL_ROOT_DIR=/path/to/openssl` to the _initial_ `cmake` execution command.
 
 ## Steps to build