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