From 563c71d97fd34fc6be4a8eee1b709354cc488cf3 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 22 Jun 2016 14:12:48 -0400 Subject: [PATCH] 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 --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index e3b0996bded..5a2d8f15dcd 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 ----------------- -- 2.47.3