summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-02-25 17:02:23 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-02-25 17:02:23 +0000
commit0822b327579fbb0b514c6dce3417b8c07b7042cf (patch)
tree1da7e3848b3ce5c800a80d137590dbb3b0b8111c /README
parent71523864d4408c701111100e4db1be665d77ed2a (diff)
downloadpcre-0822b327579fbb0b514c6dce3417b8c07b7042cf.tar.gz
Add support for linking pcretest with libedit instead of libreadline.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@936 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 6 insertions, 5 deletions
diff --git a/README b/README
index 5c52ee3..6ff661a 100644
--- a/README
+++ b/README
@@ -326,16 +326,17 @@ library. They are also documented in the pcrebuild man page.
The default value is 20K.
. It is possible to compile pcretest so that it links with the libreadline
- library, by specifying
+ or libedit libraries, by specifying, respectively,
- --enable-pcretest-libreadline
+ --enable-pcretest-libreadline or --enable-pcretest-libedit
If this is done, when pcretest's input is from a terminal, it reads it using
the readline() function. This provides line-editing and history facilities.
Note that libreadline is GPL-licenced, so if you distribute a binary of
- pcretest linked in this way, there may be licensing issues.
+ pcretest linked in this way, there may be licensing issues. These can be
+ avoided by linking with libedit instead.
- Setting this option causes the -lreadline option to be added to the pcretest
+ Enabling libreadline causes the -lreadline option to be added to the pcretest
build. In many operating environments with a sytem-installed readline
library this is sufficient. However, in some environments (e.g. if an
unmodified distribution version of readline is in use), it may be necessary
@@ -880,4 +881,4 @@ pcre_xxx and the other with the name pcre16_xxx.
Philip Hazel
Email local part: ph10
Email domain: cam.ac.uk
-Last updated: 20 January 2012
+Last updated: 25 February 2012