From 428b3b8d6759a8922c25a9a5cfae1eba38052021 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 23 Aug 2016 14:22:21 -0400 Subject: [PATCH] README.md: replace package build instructions with tarball instructions Signed-off-by: Sage Weil --- README.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) 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 -- 2.47.3