]> granicus.if.org Git - re2c/commitdiff
- Update
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Tue, 27 Dec 2005 22:53:39 +0000 (22:53 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Tue, 27 Dec 2005 22:53:39 +0000 (22:53 +0000)
README.in

index 7bb32bb232564f3912fa227f0c104f3ae75ba72e..233632d18ee2941fbefecb009c508d5662ae5cb3 100644 (file)
--- a/README.in
+++ b/README.in
@@ -34,11 +34,20 @@ re2c) you need the following steps:
     make install
 
 Or you can create a rpm package and install it by the following commands:
+    ./autogen.sh
+    ./configure
+    make rpm
+    rpm -Uhv <packagedir>/re2c-@PACKAGE_VERSION@-1.rpm
+
+If you need to generate rpm packages for cvs builds use these commands:
     ./autogen.sh
     ./configure
     ./makerpm <release>
     rpm -Uhv <packagedir>/re2c-@PACKAGE_VERSION@-<release>.rpm
 
+If you are on a debian system you can use the tool 'alien' to convert rpms
+to debian packages.
+
 Here <realease> should be a number like 1. And <packagedir> must equal 
 the directory where the makerpm step has written the generated rpm to.