summaryrefslogtreecommitdiff
path: root/NON-UNIX-USE
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-09-11 14:31:21 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-09-11 14:31:21 +0000
commit872e41011c69ee598dbdd32444dcde8fa30a23ee (patch)
treebbc0b9c2afdae0e564bc94b160ebf1a9fbe1744f /NON-UNIX-USE
parent3e3345effab1548229f5cf368f19ace0b64d782b (diff)
downloadpcre-872e41011c69ee598dbdd32444dcde8fa30a23ee.tar.gz
Final source and document tidies for 8.20-RC1.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@691 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'NON-UNIX-USE')
-rw-r--r--NON-UNIX-USE20
1 files changed, 10 insertions, 10 deletions
diff --git a/NON-UNIX-USE b/NON-UNIX-USE
index 1d98b5d..438f475 100644
--- a/NON-UNIX-USE
+++ b/NON-UNIX-USE
@@ -122,12 +122,12 @@ hand":
an unusual compiler) so that all included PCRE header files are first
sought in the current directory. Otherwise you run the risk of picking up
a previously-installed file from somewhere else.
-
+
(7) If you have defined SUPPORT_JIT in config.h, you must also compile
-
+
pcre_jit_compile.c
-
- This file #includes sources from the sljit subdirectory, where there
+
+ This file #includes sources from the sljit subdirectory, where there
should be 16 files, all of whose names begin with "sljit".
(8) Now link all the compiled code into an object library in whichever form
@@ -148,12 +148,12 @@ hand":
(11) Run pcretest on the testinput files in the testdata directory, and check
that the output matches the corresponding testoutput files. Some tests are
- relevant only when certain build-time options are selected. For example,
- test 4 is for UTF-8 support, and will not run if you have build PCRE
- without it. See the comments at the start of each testinput file. If you
- have a suitable Unix-like shell, the RunTest script will run the
+ relevant only when certain build-time options are selected. For example,
+ test 4 is for UTF-8 support, and will not run if you have build PCRE
+ without it. See the comments at the start of each testinput file. If you
+ have a suitable Unix-like shell, the RunTest script will run the
appropriate tests for you.
-
+
Note that the supplied files are in Unix format, with just LF characters
as line terminators. You may need to edit them to change this if your
system uses a different convention. If you are using Windows, you probably
@@ -161,7 +161,7 @@ hand":
corresponding output file). This is a locale test; wintestinput3 sets the
locale to "french" rather than "fr_FR", and there some minor output
differences.
-
+
(12) If you have built PCRE with SUPPORT_JIT, the JIT features will be tested
by the testdata files. However, you might also like to build and run
the JIT test program, pcre_jit_test.c.