You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by db...@apache.org on 2018/04/10 23:52:11 UTC

[geode-native] branch develop updated: copied cmake install instruction to an earlier spot in the procedure for better visibility

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 4645ca2  copied cmake install instruction to an earlier spot in the procedure for better visibility
4645ca2 is described below

commit 4645ca22cfb368591a2b5fad471f6bef5429aa0e
Author: Dave Barnes <db...@pivotal.io>
AuthorDate: Tue Apr 10 16:52:04 2018 -0700

    copied cmake install instruction to an earlier spot in the procedure for better visibility
---
 BUILDING.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/BUILDING.md b/BUILDING.md
index d00975e..0f845b2 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -22,6 +22,8 @@
     $ cmake .. <platform-specific generator parameters (see below)>
     $ cmake --build . -- <platform-specific parallelism parameters (see below)>
 
+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.
+ 
 ### Generator
 CMake uses a "generator" to produce configuration files for use by a variety of build tools, e.g., UNIX makefiles, Visual Studio projects. By default a system-specific generator is used by CMake during configuration. (Please see [the CMake documentation](https://cmake.org/documentation/) for further information.) However, in many cases there is a better choice.
 

-- 
To stop receiving notification emails like this one, please contact
dbarnes@apache.org.