]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
README.md: drop dependencies section
authorSage Weil <sage@redhat.com>
Wed, 22 Jun 2016 18:12:48 +0000 (14:12 -0400)
committerSage Weil <sage@redhat.com>
Wed, 22 Jun 2016 20:42:37 +0000 (16:42 -0400)
This is autotools-specific, and I'm not sure we need to document it here.

Signed-off-by: Sage Weil <sage@redhat.com>
README.md

index e3b0996bdedaf2decca810d3c730170b6ac5f20a..5a2d8f15dcd64432c8a345e945f7b639f6298182 100644 (file)
--- a/README.md
+++ b/README.md
@@ -82,20 +82,6 @@ checkout.  If you put it elsewhere, just replace .. above with a
 correct path to the checkout.
 
 
-Dependencies
-------------
-
-The configure script will complain about any missing dependencies as
-it goes.  You can also refer to debian/control or ceph.spec.in for the
-package build dependencies on those platforms.  In many cases,
-dependencies can be avoided with --with-foo or --without-bar switches.
-For example,
-
-       ./configure --with-nss         # use libnss instead of libcrypto++
-       ./configure --without-radosgw  # do not build radosgw
-       ./configure --without-tcmalloc # avoid google-perftools dependency
-
-
 Building packages
 -----------------