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

jbarrett 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 a86e824  Update generator suggestions.
a86e824 is described below

commit a86e824007042b02c2815ae48542ab676cf5f0c7
Author: Jacob Barrett <jbarr...@pivotal.io>
AuthorDate: Mon Feb 26 11:35:41 2018 -0800

    Update generator suggestions.
---
 BUILDING.md | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/BUILDING.md b/BUILDING.md
index 14f15fb..a5ef6ee 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -25,12 +25,17 @@
 ### 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.
 
-#### Mac OS X
-The recommended generator on Mac OS X is `Xcode`:
+#### CLion / Eclipse / Other
+The recommended generator for most unix platforms is 'Makefiles' (default):
+
+       $ cmake .. 
+
+#### Xcode
+The recommended generator for Xcode is `Xcode`:
 
        $ cmake .. -G "Xcode"
 
-#### Windows
+#### Windows / Visual Studio
 When running cmake commands on Windows, be sure to use [Visual Studio Native 
Tools Command Prompt](https://msdn.microsoft.com/en-us/library/f35ctcxw.aspx) 
so environment variables are set properly.
 
 The recommended generator on Windows is `Visual Studio 14 2015 Win64`:

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

Reply via email to