From: Sage Weil Date: Wed, 22 Jun 2016 18:12:48 +0000 (-0400) Subject: README.md: drop dependencies section X-Git-Tag: v11.0.0~66^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=563c71d97fd34fc6be4a8eee1b709354cc488cf3;p=ceph.git README.md: drop dependencies section This is autotools-specific, and I'm not sure we need to document it here. Signed-off-by: Sage Weil --- diff --git a/README.md b/README.md index e3b0996bdeda..5a2d8f15dcd6 100644 --- 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 -----------------