This is autotools-specific, and I'm not sure we need to document it here.
Signed-off-by: Sage Weil <sage@redhat.com>
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
-----------------