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

mesos git commit: Should install apr-util-devel in CentOS 6.5.

Repository: mesos
Updated Branches:
  refs/heads/master a50674edc -> 6623df14d


Should install apr-util-devel in CentOS 6.5.

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


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

Branch: refs/heads/master
Commit: 6623df14dae8734911ca9465996ea33ecdc883be
Parents: a50674e
Author: haosdent huang <ha...@gmail.com>
Authored: Mon Apr 13 09:53:33 2015 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Mon Apr 13 09:53:33 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/6623df14/docs/getting-started.md
----------------------------------------------------------------------
diff --git a/docs/getting-started.md b/docs/getting-started.md
index b1d08e6..e4dcbc5 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -77,7 +77,7 @@ There are different ways you can get Mesos:
 
         $ sudo yum groupinstall -y "Development Tools"
 
-        $ sudo yum install -y python-devel java-1.7.0-openjdk-devel zlib-devel libcurl-devel openssl-devel cyrus-sasl-devel cyrus-sasl-md5 apr-devel subversion-devel apr-utils-devel
+        $ sudo yum install -y python-devel java-1.7.0-openjdk-devel zlib-devel libcurl-devel openssl-devel cyrus-sasl-devel cyrus-sasl-md5 apr-devel subversion-devel apr-util-devel
 
         # Install maven.
         $ wget http://mirror.nexcess.net/apache/maven/maven-3/3.0.5/binaries/apache-maven-3.0.5-bin.tar.gz