[PATCH-v5.5 1/5] minor updates and changes to the INSTALL file

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Gene Czarcinski <gene@xxxxxxxxx>
---
 INSTALL | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/INSTALL b/INSTALL
index 1373bc5..c9b29cf 100644
--- a/INSTALL
+++ b/INSTALL
@@ -10,9 +10,20 @@ To install the software into /usr/local (usually), you can do:
 
     python setup.py install
 
-To build an RPM, you can run:
+To build a basic distribution tarball run:
 
-    python setup.py run
+    python setup.py sdist
+
+The output of sdist is placed in the ./dist/ directory
+
+This tarball can be used as the source for a separate directory tree or
+can be used to create RPMs:
+
+    rpmbuild  -ta  --clear  <tarball_produceed_by_sdist>
+
+To build 'binary' RPMs, you can run:
+
+    python setup.py rpm
 
 setup.py generally has all the build and install commands, for more info see:
 
-- 
1.8.1.4

_______________________________________________
virt-tools-list mailing list
virt-tools-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/virt-tools-list




[Index of Archives]     [Linux Virtualization]     [KVM Development]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux