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

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

commit d2309c694eee7e31563f04b1a7430148720f74e6
Author: Ryan McMahon <rmcma...@pivotal.io>
AuthorDate: Thu Feb 15 11:16:59 2018 -0800

    [DOC] Created and linked to dependency script
---
 BUILDING.md                             |  5 ++---
 packer/build-windows.json               | 13 ++-----------
 packer/windows/install-dependencies.ps1 | 10 ++++++++++
 3 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/BUILDING.md b/BUILDING.md
index 9110115..2fdfdb1 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -87,9 +87,8 @@ Due to limitations in CMake, the documentation must be built 
as a separate step
 ### Required Tools
 * [Visual Studio 2015](https://www.visualstudio.com) or newer
 * .NET 4.5.2 or later
-* NUnit 2.6.4
-* activeperl
-* patch.exe (available as part of GnuWin)
+* Chocolately
+* [Other dependencies installed via 
Powershell](packer/windows/install-dependencies.ps1)
 
 ## Linux
 * RHEL/CentOS 6
diff --git a/packer/build-windows.json b/packer/build-windows.json
index 4792ca5..cde6f43 100644
--- a/packer/build-windows.json
+++ b/packer/build-windows.json
@@ -45,17 +45,8 @@
     },
     {
       "type":"powershell",
-      "inline":[
-        "choco install jdk8 -confirm",
-        "choco install cmake.portable -confirm",
-        "choco install git.install -confirm",
-        "choco install activeperl -confirm",
-        "choco install doxygen.install --allowEmptyChecksums -confirm",
-        "choco install nunit.install --version 2.6.4 -confirm",
-        "choco install netfx-4.5.2-devpack --allowEmptyChecksums -confirm",
-        "choco install nsis -confirm",
-        "choco install patch -confirm",
-        "choco install gnuwin32-coreutils.portable -confirm"
+      "scripts":[
+        "windows/install-dependencies.ps1"
       ]
     },
     {
diff --git a/packer/windows/install-dependencies.ps1 
b/packer/windows/install-dependencies.ps1
new file mode 100644
index 0000000..efd2e21
--- /dev/null
+++ b/packer/windows/install-dependencies.ps1
@@ -0,0 +1,10 @@
+choco install jdk8 -confirm
+choco install cmake.portable -confirm
+choco install git.install -confirm
+choco install activeperl -confirm
+choco install doxygen.install --allowEmptyChecksums -confirm
+choco install nunit.install --version 2.6.4 -confirm
+choco install netfx-4.5.2-devpack --allowEmptyChecksums -confirm
+choco install nsis -confirm
+choco install patch -confirm
+choco install gnuwin32-coreutils.portable -confirm

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

Reply via email to