From 56c6761f0ffad2f52629060995096be789aa2e4c Mon Sep 17 00:00:00 2001 From: helly Date: Sun, 14 Mar 2004 13:02:45 +0000 Subject: [PATCH] Update --- README.in | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.in b/README.in index 20aea036..fa415ec0 100644 --- a/README.in +++ b/README.in @@ -19,18 +19,25 @@ and tested with egcs 1.0.2 and gcc 2.7.2.3, 2.96 and 3.3.1 on Linux x86. You can compile your own version with other gcc version if you have yacc or any working bison version (tested up to bison 1.875). -You can install this software by simple typing the following commands: +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 makerpm ./makerpm - rpm -Uhv /re2c-RE2C_VERSION-.rpm + rpm -Uhv /re2c-@PACKAGE_VERSION@-.rpm 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