| 5 | | == Autobuild for Windows == |
| 6 | | === Build Prerequirement === |
| 7 | | * Windows 32bit |
| 8 | | * Cygwin or mingw32 for bash/m4/grep/sed/awk, optional: indent, ssh, rsync |
| 9 | | * A working VC compiler, vc6 suggested |
| | 4 | == Prerequirement == |
| | 5 | * Build |
| | 6 | * bash/m4/grep/sed/awk, optional: indent |
| | 7 | * A working C compiler |
| | 8 | * Auto Build |
| | 9 | * cron: auto build in the midnight |
| | 10 | * ssh: to maintain the files, and for release |
| | 11 | * rsync: update files |
| | 12 | * ssh account |
| | 13 | * http server that serve the file download. or we can upload the files built to another box. |
| | 14 | * for Windows |
| | 15 | * [http://cygwin.com Cygwin] or [http://mingw.org mingw32] for bash/m4/.. etc |
| | 16 | * VC6 compiler: cl.exe/nmake.exe and its dependencies. other version might work, but keep in mind that you'd better use the same version of compiler as php. |
| | 17 | * a working cscript.exe with jscript.dll and filesystemobject etc, required by php win32 build system |