This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/mesos-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new c58c78d Updated the website built from mesos SHA: 6cac5ad.
c58c78d is described below
commit c58c78ddc235a6a91ffa5ac4b07f0a589bfa227f
Author: jenkins <[email protected]>
AuthorDate: Tue Aug 21 17:54:59 2018 +0000
Updated the website built from mesos SHA: 6cac5ad.
---
content/documentation/latest/windows/index.html | 15 +++++++--------
content/documentation/windows/index.html | 15 +++++++--------
2 files changed, 14 insertions(+), 16 deletions(-)
diff --git a/content/documentation/latest/windows/index.html
b/content/documentation/latest/windows/index.html
index 8fded3f..06652b1 100644
--- a/content/documentation/latest/windows/index.html
+++ b/content/documentation/latest/windows/index.html
@@ -140,7 +140,7 @@ cd mesos
# Configure using CMake for an out-of-tree build.
mkdir build
cd build
-cmake .. -G "Visual Studio 15 2017 Win64" -T "host=x64" -DENABLE_LIBWINIO=ON
+cmake .. -G "Visual Studio 15 2017 Win64" -T "host=x64"
# Build Mesos.
# To build just the Mesos agent, add `--target mesos-agent`.
@@ -149,7 +149,7 @@ cmake --build .
# The Windows agent exposes new isolators that must be used as with
# the `--isolation` flag. To get started point the agent to a working
# master, using eiher an IP address or zookeeper information.
-src\mesos-agent.exe --master=<master> --work_dir=<work folder>
--launcher_dir=<repository>\build\src
+.\src\mesos-agent.exe --master=<master> --work_dir=<work folder>
--launcher_dir=<repository>\build\src
</code></pre>
<h2>Running Mesos</h2>
@@ -192,8 +192,7 @@ ensure <code>ninja.exe</code> is in your
<code>PATH</code>.</p>
<li>Open an “x64 Native Tools Command Prompt for VS 2017” to set
your
environment.</li>
<li>In that command prompt, type <code>powershell</code> to use a better
shell.</li>
-<li>Similar to above, configure CMake with
-<code>cmake .. -G Ninja -DENABLE_LIBWINIO=ON</code>.</li>
+<li>Similar to above, configure CMake with <code>cmake .. -G Ninja</code>.</li>
<li>Now you can use <code>ninja</code> to build the various targets.</li>
<li>You may want to use <code>ninja -v</code> to make it verbose, as
it’s otherwise
very quiet.</li>
@@ -256,11 +255,11 @@ of OpenSSL for Windows. A commonly chosen distribution is
<p>As of this writing, OpenSSL 1.1.x is not yet supported, but 1.0.2M has been
tested.</p>
-<p>Use <code>-DENABLE_SSL=ON</code> when running CMake to build with
OpenSSL.</p>
+<p>Use <code>-DENABLE_SSL=ON -DENABLE_LIBEVENT=ON</code> to build with
OpenSSL.</p>
-<blockquote><p>Warning: This currently requires the use of
<code>-DENABLE_LIBEVENT=ON</code>
-instead of <code>-DENABLE_LIBWINIO=ON</code>; however, the use of libevent on
-Windows is not recommended, as it is buggy and will be unsupported
+<blockquote><p>Warning: This currently requires the use of libevent instead of
the
+native Windows Thread Pool API. However, the use of libevent on
+Windows is NOT recommended, as it is buggy and will be unsupported
in the future.</p></blockquote>
<p>Note that it will link to OpenSSL dynamically, so if the built executables
are
diff --git a/content/documentation/windows/index.html
b/content/documentation/windows/index.html
index 07eeaf2..b4fed71 100644
--- a/content/documentation/windows/index.html
+++ b/content/documentation/windows/index.html
@@ -140,7 +140,7 @@ cd mesos
# Configure using CMake for an out-of-tree build.
mkdir build
cd build
-cmake .. -G "Visual Studio 15 2017 Win64" -T "host=x64" -DENABLE_LIBWINIO=ON
+cmake .. -G "Visual Studio 15 2017 Win64" -T "host=x64"
# Build Mesos.
# To build just the Mesos agent, add `--target mesos-agent`.
@@ -149,7 +149,7 @@ cmake --build .
# The Windows agent exposes new isolators that must be used as with
# the `--isolation` flag. To get started point the agent to a working
# master, using eiher an IP address or zookeeper information.
-src\mesos-agent.exe --master=<master> --work_dir=<work folder>
--launcher_dir=<repository>\build\src
+.\src\mesos-agent.exe --master=<master> --work_dir=<work folder>
--launcher_dir=<repository>\build\src
</code></pre>
<h2>Running Mesos</h2>
@@ -192,8 +192,7 @@ ensure <code>ninja.exe</code> is in your
<code>PATH</code>.</p>
<li>Open an “x64 Native Tools Command Prompt for VS 2017” to set
your
environment.</li>
<li>In that command prompt, type <code>powershell</code> to use a better
shell.</li>
-<li>Similar to above, configure CMake with
-<code>cmake .. -G Ninja -DENABLE_LIBWINIO=ON</code>.</li>
+<li>Similar to above, configure CMake with <code>cmake .. -G Ninja</code>.</li>
<li>Now you can use <code>ninja</code> to build the various targets.</li>
<li>You may want to use <code>ninja -v</code> to make it verbose, as
it’s otherwise
very quiet.</li>
@@ -256,11 +255,11 @@ of OpenSSL for Windows. A commonly chosen distribution is
<p>As of this writing, OpenSSL 1.1.x is not yet supported, but 1.0.2M has been
tested.</p>
-<p>Use <code>-DENABLE_SSL=ON</code> when running CMake to build with
OpenSSL.</p>
+<p>Use <code>-DENABLE_SSL=ON -DENABLE_LIBEVENT=ON</code> to build with
OpenSSL.</p>
-<blockquote><p>Warning: This currently requires the use of
<code>-DENABLE_LIBEVENT=ON</code>
-instead of <code>-DENABLE_LIBWINIO=ON</code>; however, the use of libevent on
-Windows is not recommended, as it is buggy and will be unsupported
+<blockquote><p>Warning: This currently requires the use of libevent instead of
the
+native Windows Thread Pool API. However, the use of libevent on
+Windows is NOT recommended, as it is buggy and will be unsupported
in the future.</p></blockquote>
<p>Note that it will link to OpenSSL dynamically, so if the built executables
are