]> granicus.if.org Git - re2c/commitdiff
- Fix build instructions
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Fri, 3 Feb 2006 23:36:48 +0000 (23:36 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Fri, 3 Feb 2006 23:36:48 +0000 (23:36 +0000)
README.in

index 2b4d18a3a10a4624041bf0274671f47bb9c38fd4..689c3b7e215a3c847d8d6b8a85e7544684d88765 100644 (file)
--- a/README.in
+++ b/README.in
@@ -18,26 +18,27 @@ compilers on various platforms. Building re2c requires autoconf 2.57 and bison
 and can use the pregenerated files.
 
 You can build this software by simply typing the following commands:
-    ./autogen.sh
     ./configure
     make
 
 The above version will be based on the pregenerated scanner.cc file. 
 If you want to build that file yourself (recommended when installing
 re2c) you need the following steps:
-    ./autogen.sh
     ./configure
     make
     rm -f scanner.cc
     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
+    rpm -Uhv <packagedir>/re2c-@PACKAGE_VERSION@-@PACKAGE_RELEASE@.rpm
 
-If you need to generate rpm packages for cvs builds use these commands:
+If you want to build from CVS then the first thing you should do is 
+regenerating all build files using the following command:
+       ./autogen.sh
+and then continue with one of the above described build methods. Or if you 
+need to generate RPM packages for cvs builds use these commands:
     ./autogen.sh
     ./configure
     ./makerpm <release>