You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by an...@apache.org on 2018/03/20 17:40:35 UTC

mesos git commit: Windows: Documented installing the redistributable.

Repository: mesos
Updated Branches:
  refs/heads/master 90c922ad3 -> 39b63c14e


Windows: Documented installing the redistributable.

This is required as we now link to the runtime dynamically. So if you
build on one machine, but deploy to another, it needs the runtime.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/39b63c14
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/39b63c14
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/39b63c14

Branch: refs/heads/master
Commit: 39b63c14e5fdb90b37627cfd9b8743587d03bef2
Parents: 90c922a
Author: Andrew Schwartzmeyer <an...@schwartzmeyer.com>
Authored: Tue Mar 20 10:37:14 2018 -0700
Committer: Andrew Schwartzmeyer <an...@schwartzmeyer.com>
Committed: Tue Mar 20 10:37:14 2018 -0700

----------------------------------------------------------------------
 docs/windows.md | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/39b63c14/docs/windows.md
----------------------------------------------------------------------
diff --git a/docs/windows.md b/docs/windows.md
index 046c569..101ae45 100644
--- a/docs/windows.md
+++ b/docs/windows.md
@@ -7,10 +7,8 @@ layout: documentation
 
 Mesos 1.0.0 introduced experimental support for Windows.
 
-
 ## Building Mesos
 
-
 ### System Requirements
 
 1. Install the latest [Visual Studio 2017](https://www.visualstudio.com/downloads/):
@@ -34,7 +32,6 @@ Mesos 1.0.0 introduced experimental support for Windows.
    (not Python 3), in order to use our support scripts (e.g. to post and apply
    patches, or lint source code).
 
-
 ### Build Instructions
 
 Following are the instructions for Windows 10.
@@ -57,6 +54,10 @@ Following are the instructions for Windows 10.
     # master, using eiher an IP address or zookeeper information.
     src\mesos-agent.exe --master=<master> --work_dir=<work folder> --launcher_dir=<repository>\build\src
 
+## Running Mesos
+
+If you deploy the executables to another machine, you must also
+install the [Microsoft Visual C++ Redistributable for Visual Studio 2017](https://aka.ms/vs/15/release/VC_redist.x64.exe).
 
 ## Known Limitations
 
@@ -81,7 +82,6 @@ The current implementation is known to have the following limitations:
 [server]: https://docs.microsoft.com/en-us/windows-server/get-started/get-started-with-1709
 [create symlinks]: https://blogs.windows.com/buildingapps/2016/12/02/symlinks-windows-10/
 
-
 ## Build Configuration Examples
 
 ### Building with Ninja
@@ -106,7 +106,6 @@ Note that with Ninja it is imperative to open the correct developer
 command prompt so that the 64-bit build tools are used, as Ninja does
 not otherwise know how to find them.
 
-
 ### Building with Java
 
 This enables more unit tests, but we do not yet officially produce