Adam Litke has uploaded a new change for review.

Change subject: doc: Update README with new build instructions
......................................................................

doc: Update README with new build instructions

Change-Id: If81fd28cfe62fc1f59129b009d2d687625e102b6
Signed-off-by: Adam Litke <ali...@redhat.com>
---
M README
1 file changed, 18 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/mom refs/changes/70/23870/1

diff --git a/README b/README
index 40bb40c..7f90c4f 100644
--- a/README
+++ b/README
@@ -20,11 +20,25 @@
 QUICK INSTALLATION
 ------------------
 
-If MOM is not yet packaged for your Linux distribution it can be installed
-easily using the standard python distutils method:
+If MOM is not yet packaged for your Linux distribution it can beinstalled 
easily
+using the following sequence:
 
-    python setup.py build
-    python setup.py install --prefix=/usr/local
+    ./autogen.sh
+    ./configure
+    make
+    make install
+
+To build an RPM using the included spec file you should first edit configure.ac
+to set RPM version information.  You may want to set VERSION_SUFFIX to a string
+that will differentiate your builds from upstream builds.  The '0.0' at the
+beginning of PACKAGE_RPM_RELEASE should be changed to '1' and should be
+incremented for each subsequent build of the same mom release.  Once you have
+made the appropriate changes, execute the following commands to create an RPM:
+
+    rm *.tar.gz
+    ./configure
+    make dist
+    rpm -ta mom-*.tar.gz
 
 
 USAGE


-- 
To view, visit http://gerrit.ovirt.org/23870
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If81fd28cfe62fc1f59129b009d2d687625e102b6
Gerrit-PatchSet: 1
Gerrit-Project: mom
Gerrit-Branch: master
Gerrit-Owner: Adam Litke <ali...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to