summaryrefslogtreecommitdiff
path: root/NON-UNIX-USE
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-06-11 15:08:58 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-06-11 15:08:58 +0000
commit9e1e6e4433ecff8a263222322ff99e0d96f8efe5 (patch)
tree8cff46220a737d1053d747fca38e76297bc850a6 /NON-UNIX-USE
parente8712385c5173623fdca4091fa3ad20139b4dab8 (diff)
downloadpcre-9e1e6e4433ecff8a263222322ff99e0d96f8efe5.tar.gz
Minor documentation tidies.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@177 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'NON-UNIX-USE')
-rw-r--r--NON-UNIX-USE10
1 files changed, 8 insertions, 2 deletions
diff --git a/NON-UNIX-USE b/NON-UNIX-USE
index 1d44725..2518285 100644
--- a/NON-UNIX-USE
+++ b/NON-UNIX-USE
@@ -45,6 +45,12 @@ The following are generic comments about building the PCRE C library "by hand".
An alternative approach is not to edit config.h, but to use -D on the
compiler command line to make any changes that you need.
+
+ NOTE: There have been occasions when the way in which certain parameters in
+ config.h are used has changed between releases. (In the configure/make
+ world, this is handled automatically.) When upgrading to a new release, you
+ are strongly advised to review config.h.generic before re-using what you
+ had previously.
(2) Copy or rename the file pcre.h.generic as pcre.h.
@@ -127,7 +133,7 @@ for use with VP/Borland: makevp_c.txt, makevp_l.txt, makevp.bat, pcregexp.pas.
COMMENTS ABOUT WIN32 BUILDS
-There are two ways of building PCRE using the "congifure, make, make install"
+There are two ways of building PCRE using the "configure, make, make install"
paradigm on Windows systems: using MinGW or using Cygwin. These are not at all
the same thing; they are completely different from each other. There is also
some experimental, undocumented support for building using "cmake", which you
@@ -274,5 +280,5 @@ $! Locale could not be set to fr
$!
=========================
-Last Updated: 24 April 2007
+Last Updated: 11 June 2007
****