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
The following commit(s) were added to refs/heads/openssl_building by this push: new 6b35cef Updated as per review 6b35cef is described below commit 6b35cef7fe5f804fc1a711151a8b90e41737b283 Author: Sai Boorlagadda <sai.boorlaga...@gmail.com> AuthorDate: Thu Apr 11 10:01:35 2019 -0700 Updated as per review --- BUILDING.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 30cecee..a7d4c02 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -22,10 +22,6 @@ 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 ```console @@ -37,6 +33,7 @@ $ cmake .. <platform-specific generator parameters (see below)> # build step $ cmake --build . -- <platform-specific parallelism parameters (see below)> ``` +If OpenSSL is installed in a custom location, then one can pass `OPENSSL_ROOT_DIR` during the CMake configuration step. e.g. add `-DOPENSSL_ROOT_DIR=/path/to/openssl`. To explicitly specify the location in which the Native Client will be installed, add `-DCMAKE_INSTALL_PREFIX=/path/to/installation/destination` to this initial `cmake` execution command.