From: Martin Mares Date: Tue, 24 Jul 2012 17:25:08 +0000 (+0200) Subject: README: Forgot PCRE X-Git-Tag: v1.0 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=f296447e67556306e1ce931ce626be15ca493031;p=xsv.git README: Forgot PCRE --- diff --git a/README b/README index 727236c..99f58fd 100644 --- a/README +++ b/README @@ -15,9 +15,8 @@ by arbitrary whitespace, regex matching, formatting of tables and so on. See the man page for full description. The program has been tested on Linux, but it should run on an arbitrary POSIX -system with a C99 compiler. (It is possible that some GNUisms remain in the code, -but they should be easy to fix if needed.) Building of documentation requires -AsciiDoc (any reasonably recent version should work). +system with a C99 compiler and the PCRE library. Building of documentation +requires AsciiDoc (any reasonably recent version should work). Use "make" to build and "make tests" to run the test suite.