From: helly Date: Tue, 27 Dec 2005 22:53:39 +0000 (+0000) Subject: - Update X-Git-Tag: 0.13.6~584 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f24e6220b99c3b51225c7720ab1bcf4736c7bf58;p=re2c - Update --- diff --git a/README.in b/README.in index 7bb32bb2..233632d1 100644 --- 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 /re2c-@PACKAGE_VERSION@-1.rpm + +If you need to generate rpm packages for cvs builds use these commands: ./autogen.sh ./configure ./makerpm rpm -Uhv /re2c-@PACKAGE_VERSION@-.rpm +If you are on a debian system you can use the tool 'alien' to convert rpms +to debian packages. + Here should be a number like 1. And must equal the directory where the makerpm step has written the generated rpm to.