]> granicus.if.org Git - php/commitdiff
Now that it has matured somewhat, don't discourage questions about it
authorWez Furlong <wez@php.net>
Tue, 23 Dec 2003 02:51:18 +0000 (02:51 +0000)
committerWez Furlong <wez@php.net>
Tue, 23 Dec 2003 02:51:18 +0000 (02:51 +0000)
quite so strongly.
Add note about snapshot building.
# If you are building "official" snapshots, you need Edin's treasure-trove
# of libraries/headers and the snapshot template

README.WIN32-BUILD-SYSTEM

index 91b7661e6533d7b1da7679ff234ebcc652e2dc21..7d3c792767b526b2799f14b92a5f6bd66e05bc49 100644 (file)
@@ -2,11 +2,8 @@ The Win32 Build System.
 $Id$
 Wez Furlong <wez@thebrainroom.com>
 
-NB: Please don't mail me asking for help on this, unless
-you are a Core PHP developer, or you are prepared to donate
-some money via paypal or buy me something from my wishlist.
-http://pecl.php.net/user/wez
-Thanks :-)
+If you need help with the build system, send mail to
+internals@lists.php.net; please don't email me directly.
 
 ===========================================================
 Contents:
@@ -18,6 +15,7 @@ Contents:
  e. Building
  f. Cleaning up
  g. Running the test suite
+ h. snapshot building
  
 2. How to write config.w32 files
  x. to be written.
@@ -28,9 +26,8 @@ a. Requirements
 
  You need:
   - Windows Scripting Host (cscript.exe)
-  - Microsoft Build Tools from either:
+  - Microsoft Build Tools from:
      Microsoft Visual Studio (VC6) or later
-  Microsoft Platform SDK
  
  You also need:
   - bindlib_w32 [http://www.php.net/extra/bindlib_w32.zip]
@@ -159,5 +156,19 @@ g. Running the test suite
  sqlite test suite only, you would type
  "nmake /D TESTS=ext/sqlite/tests test"
 
+h. Snapshot Building
+
+ If you want to set up an automated build that will tolerate
+ breakages in some of the modules, you can use the
+ --enable-snapshot-build configure option to generate a
+ makefile optimized for that purpose.  A snapshot build will
+ switch the argument parser so that the default option for
+ configure switches that your don't specify will be set
+ to "shared".  The effect of this is to turn on all options
+ unless you explicitly disable them.  When you have configured
+ your snapshot build, you can use "nmake build-snap" to build
+ everything, ignoring build errors in individual extensions
+ or SAPI.
+
 vim:tw=78:sw=1:ts=1:et