From f24e6220b99c3b51225c7720ab1bcf4736c7bf58 Mon Sep 17 00:00:00 2001 From: helly Date: Tue, 27 Dec 2005 22:53:39 +0000 Subject: [PATCH] - Update --- README.in | 9 +++++++++ 1 file changed, 9 insertions(+) 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. -- 2.50.1