You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jo...@apache.org on 2015/10/26 18:04:35 UTC

mesos git commit: Added libnl, libevent and ssl flags to configuration docs.

Repository: mesos
Updated Branches:
  refs/heads/master 867a6deec -> 974906bf0


Added libnl, libevent and ssl flags to configuration docs.

Review: https://reviews.apache.org/r/39494


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

Branch: refs/heads/master
Commit: 974906bf069a15dc91b0e32f0f490c45ba75ed1b
Parents: 867a6de
Author: Greg Mann <gr...@mesosphere.io>
Authored: Mon Oct 26 12:54:32 2015 -0400
Committer: Joris Van Remoortere <jo...@gmail.com>
Committed: Mon Oct 26 13:02:22 2015 -0400

----------------------------------------------------------------------
 docs/configuration.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/974906bf/docs/configuration.md
----------------------------------------------------------------------
diff --git a/docs/configuration.md b/docs/configuration.md
index c7d5da6..ae9f261 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -1652,6 +1652,26 @@ file:///path/to/file (where file contains one of the above)</code></pre>
   </tr>
   <tr>
     <td>
+      --enable-libevent
+    </td>
+    <td>
+      use <a href="https://github.com/libevent/libevent">libevent</a>
+      instead of libev for the libprocess event loop [default=no].
+      Note that the libevent version 2+ development package is required
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --enable-ssl
+    </td>
+    <td>
+      enable <a href="/documentation/latest/ssl">SSL</a> for libprocess
+      communication [default=no].
+      Note that --enable-libevent is currently required for SSL functionality
+    </td>
+  </tr>
+  <tr>
+    <td>
       --disable-libtool-lock
     </td>
     <td>
@@ -1865,12 +1885,38 @@ file:///path/to/file (where file contains one of the above)</code></pre>
   </tr>
   <tr>
     <td>
+      --with-libevent=[=DIR]
+    </td>
+    <td>
+      specify where to locate the libevent library
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --with-ssl=[=DIR]
+    </td>
+    <td>
+      specify where to locate the ssl library
+    </td>
+  </tr>
+  <tr>
+    <td>
       --with-network-isolator
     </td>
     <td>
       builds the network isolator
     </td>
   </tr>
+  <tr>
+    <td>
+      --with-nl=[=DIR]
+    </td>
+    <td>
+      specify where to locate the
+      <a href="https://www.infradead.org/~tgr/libnl/">libnl3</a> library
+      (required for the network isolator)
+    </td>
+  </tr>
 </table>
 
 ### Some influential environment variables for configure script: