You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jp...@apache.org on 2017/10/12 18:31:07 UTC

[2/2] mesos git commit: Document the Linux build requirements.

Document the Linux build requirements.

Since O_CLOEXEC was introduces in Linux 2.6.3, document that we require
at least this kernel version to build (and run) correctly.

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


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

Branch: refs/heads/master
Commit: 32f571ca74ed0666c02636c84eae8fd8fcfd052d
Parents: eef78fc
Author: James Peach <jp...@apache.org>
Authored: Thu Oct 12 10:33:47 2017 -0700
Committer: James Peach <jp...@apache.org>
Committed: Thu Oct 12 10:33:47 2017 -0700

----------------------------------------------------------------------
 docs/getting-started.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/32f571ca/docs/getting-started.md
----------------------------------------------------------------------
diff --git a/docs/getting-started.md b/docs/getting-started.md
index 7496a10..da1471e 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -24,7 +24,7 @@ There are different ways you can get Mesos:
 
 Mesos runs on Linux (64 Bit) and Mac OS X (64 Bit). To build Mesos from source, GCC 4.8.1+ or Clang 3.5+ is required.
 
-For full support of process isolation under Linux a recent kernel >=3.10 is required.
+On Linux, a kernel version >= 2.6.23 is required at both build time and run time. For full support of process isolation under Linux a recent kernel >= 3.10 is required.
 
 The Mesos agent also runs on Windows. To build Mesos from source, follow the instructions in the [Windows](windows.md) section.