From: helly Date: Fri, 3 Feb 2006 23:36:48 +0000 (+0000) Subject: - Fix build instructions X-Git-Tag: 0.13.6~462 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6787bf3ea84e14d2126f821b719595a3318225fe;p=re2c - Fix build instructions --- diff --git a/README.in b/README.in index 2b4d18a3..689c3b7e 100644 --- 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 /re2c-@PACKAGE_VERSION@-1.rpm + rpm -Uhv /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