diff options
author | ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2012-11-21 10:24:17 +0000 |
---|---|---|
committer | ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2012-11-21 10:24:17 +0000 |
commit | bcd8f70a88c0e82b8342ef5c336206efab7055d5 (patch) | |
tree | e80998aba45fdbff33ddb7218e8c4446dcc5b161 /NON-AUTOTOOLS-BUILD | |
parent | 9a9fa49e61579779c641791795a2a6448161cc04 (diff) | |
download | pcre-bcd8f70a88c0e82b8342ef5c336206efab7055d5.tar.gz |
Add information about z/OS and z/VM ports.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1223 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'NON-AUTOTOOLS-BUILD')
-rw-r--r-- | NON-AUTOTOOLS-BUILD | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/NON-AUTOTOOLS-BUILD b/NON-AUTOTOOLS-BUILD index 7ef5abb..43fb321 100644 --- a/NON-AUTOTOOLS-BUILD +++ b/NON-AUTOTOOLS-BUILD @@ -16,6 +16,7 @@ This document contains the following sections: Building under Windows with BCC5.5 Building PCRE on OpenVMS Building PCRE on Stratus OpenVOS + Building PCRE on native z/OS and z/VM GENERAL @@ -619,5 +620,20 @@ appear to be related to the port itself, please let me know. Please see the build.log file in the root of the package also. +BUILDING PCRE ON NATIVE Z/OS + +z/OS and z/VM are operating systems for mainframe computers, produced by IBM. +The character code used is EBCDIC, not ASCII or Unicode. In z/OS, UNIX APIs and +applications can be supported through UNIX System Services, and in such an +environment PCRE can be built in the same way as in other systems. However, in +native z/OS (without UNIX System Services) and in z/VM, special ports are +required. For details, please see this web site: + + http://www.zaconsultants.net + +There is also a mirror here: + + http://www.vsoft-software.com/downloads.html + ========================== -Last Updated: 04 September 2012 +Last Updated: 21 November 2012 |