*** empty log message ***
[OSXPackageBuilder.git] / OS X Package Builder HOWTO.txt
index ff55b98..ac5ef65 100644 (file)
@@ -61,6 +61,7 @@ Three packages are built for this target release set:
 
 The rationale is that the first one will support 64 bit systems running 10.6 and higher, the second 32 bit Intel running 10.4 or 10.5, and the last one PPC systems running 10.4 or 10.5.
 
+Note that in order to build each version, the pcre library fileset must be changed to match the architecture being built.
 
 
 2. Construct the package contents hierarchy
@@ -75,8 +76,9 @@ Once this is done, the file 'pkg resources/interface texts/ReadMe.txt' will need
 
 Several different Packagemaker project files are supplied, though the procedure is the same regardless of which you need to use:
 
-- OS X 10.5+ PCRE.pmdoc - if you have built Privoxy against an external PCRE library (see 1.1 above).
-- OS X 10.5+.pmdoc - if you are using the bundled PCRE library.
+- OS X 10.6+ PCRE.pmdoc - if you have built Privoxy against an external PCRE library (see 1.1 above).
+- OS X 10.5+ PCRE.pmdoc - if you have built Privoxy against an external PCRE library (see 1.1 above) but wish to target a minimum OS X version of 10.5.
+- OS X 10.5+.pmdoc - for OS X 10.5-minumum builds with the bundled PCRE library.
 - OS X 10.4+ PCRE.pmdoc - if you have built Privoxy against an external PCRE library (see 1.1 above) but wish to target a minimum OS X version of 10.4.
 - OS X 10.4.pmdoc - for OS X 10.4-minumum builds with the bundled PCRE library.