From d7d6124fd2c38d3264d2ccb8a830ef0dd3792aa0 Mon Sep 17 00:00:00 2001 From: Andy Verprauskus Date: Wed, 30 Sep 2009 10:30:19 -0700 Subject: [PATCH] [README] specify minimum version of gcc required --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index df7bc3f..dfea440 100644 --- a/README +++ b/README @@ -69,7 +69,7 @@ On Debian/Ubuntu, install with "sudo apt-get instal doxygen". == Building Ohcount == -You will need ragel 6.3 or higher, bash, pcre, gcc and SWIG to build ohcount. Once you have them, go to the top directory of ohcount and type: +You will need ragel 6.3 or higher, bash, pcre, gcc (version 4.1.2 or greater) and SWIG to build ohcount. Once you have them, go to the top directory of ohcount and type: > bash build or > ./build -- 2.32.0.93.g670b81a890