summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-02-26 17:21:43 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-02-26 17:21:43 +0000
commit6d195a1deef9c38821c994943256d9a040fb855b (patch)
tree1170a7d9ba31a8601c60bcbfa883f6425ab71525 /README
parent94e0ffce6a828fb3fc8c77364f34230434b127ea (diff)
downloadpcre-6d195a1deef9c38821c994943256d9a040fb855b.tar.gz
CMake support for linking pcretest with libedit.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@939 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index 6ff661a..27c2932 100644
--- a/README
+++ b/README
@@ -334,7 +334,7 @@ library. They are also documented in the pcrebuild man page.
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. These can be
- avoided by linking with libedit instead.
+ avoided by linking with libedit (which has a BSD licence) instead.
Enabling libreadline causes the -lreadline option to be added to the pcretest
build. In many operating environments with a sytem-installed readline
@@ -856,6 +856,7 @@ pcre_xxx and the other with the name pcre16_xxx.
cmake/COPYING-CMAKE-SCRIPTS
cmake/FindPackageHandleStandardArgs.cmake
+ cmake/FindEditline.cmake
cmake/FindReadline.cmake
CMakeLists.txt
config-cmake.h.in
@@ -881,4 +882,4 @@ pcre_xxx and the other with the name pcre16_xxx.
Philip Hazel
Email local part: ph10
Email domain: cam.ac.uk
-Last updated: 25 February 2012
+Last updated: 26 February 2012