Skip to content

Commit

Permalink
README.md: drop dependencies section
Browse files Browse the repository at this point in the history
This is autotools-specific, and I'm not sure we need to document it here.

Signed-off-by: Sage Weil <[email protected]>
  • Loading branch information
liewegas committed Jun 22, 2016
1 parent ef5a677 commit 563c71d
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------------

Expand Down

0 comments on commit 563c71d

Please sign in to comment.