From: Sage Weil Date: Tue, 23 Aug 2016 18:22:21 +0000 (-0400) Subject: README.md: replace package build instructions with tarball instructions X-Git-Tag: v11.0.1~396^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=428b3b8d6759a8922c25a9a5cfae1eba38052021;p=ceph.git README.md: replace package build instructions with tarball instructions Signed-off-by: Sage Weil --- diff --git a/README.md b/README.md index 270d5eece470..377cb2611549 100644 --- a/README.md +++ b/README.md @@ -111,19 +111,17 @@ Other available values for 'DIAGNOSTICS_COLOR' are 'auto' (default) and 'never'. -Building packages ------------------ +Building a source tarball +========================= -You can build packages for Debian or Debian-derived (e.g., Ubuntu) -systems with +To build a complete source tarball with everything needed to build from +source and/or build a (deb or rpm) package, run - sudo apt-get install dpkg-dev - dpkg-checkbuilddeps # make sure we have all dependencies - dpkg-buildpackage + ./make-dist -For RPM-based systems (Red Hat, SUSE, etc.), - - rpmbuild +This will create a tarball like ceph-$version.tar.bz2 from git. +(Ensure that any changes you want to include in your working directory +are committed to git.) Running a test cluster