diff options
author | Sage Weil <sage@redhat.com> | 2016-06-23 15:28:09 +0200 |
---|---|---|
committer | Sage Weil <sage@redhat.com> | 2016-06-23 15:28:09 +0200 |
commit | 0d10262bfdebfdc79359bf43a0921aa450631a55 (patch) | |
tree | fd88db86a1074934ad389518f8167c455d86ed5b /README.md | |
parent | README.md: drop autotools instructions (diff) | |
download | ceph-0d10262bfdebfdc79359bf43a0921aa450631a55.tar.xz ceph-0d10262bfdebfdc79359bf43a0921aa450631a55.zip |
README.md: note about builds (they are for development!)
Signed-off-by: Sage Weil <sage@redhat.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md index d2a514f9474..01e56ffdb10 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,11 @@ The list of Debian or RPM packages dependencies can be installed with: Building Ceph ============= +Note that these instructions are meant for developers who are +compiling the code for development and testing. To build binaries +suitable for installation we recommend you build deb or rpm packages, +or refer to the ceph.spec.in or debian/rules to see which +configuration options are specified for production builds. Prerequisite: CMake 2.8.11 |