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 2019/04/10 15:52:47 UTC

[geode-native] branch develop updated: Update build instructions for v1.9

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 416cd17  Update build instructions for v1.9
416cd17 is described below

commit 416cd170823bb3d7b35ce8c3006af3187a810fe3
Author: Dave Barnes <db...@pivotal.io>
AuthorDate: Wed Apr 10 08:51:19 2019 -0700

    Update build instructions for v1.9
---
 BUILDING.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/BUILDING.md b/BUILDING.md
index 67745ef..8636a23 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -58,10 +58,10 @@ $ cmake .. -G "Xcode"
 #### 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`:
+The recommended generator on Windows is `Visual Studio 15 2017 Win64`:
 
 ```console
-$ cmake .. -G "Visual Studio 14 2015 Win64" -Thost=x64
+$ cmake .. -G "Visual Studio 15 2017 Win64" -Thost=x64
 ```
 
 ### Build Parallelism
@@ -137,6 +137,7 @@ $ cmake --build . --target install
 * Windows 10 64-bit
 * Windows Server 2012 R2 64-bit
 * Windows Server 2016 64-bit
+* NUnit 2.6.4 (to run clicache tests)
 
 ### Required Tools
 * [Visual Studio 2015](https://www.visualstudio.com) or newer