README-win32: more additions.

This commit is contained in:
Yichun Zhang (agentzh) 2015-11-05 21:11:30 +08:00
parent 5fc5745de0
commit ed8b6996e9
1 changed files with 7 additions and 0 deletions

View File

@ -6,6 +6,10 @@ README-win32 - README for the Windows 32-bit build of OpenResty
Description
===========
The binary distributions of OpenResty can be downloaded from the following web page:
https://openresty.org/#Download
To start the NGINX server of the nginx server of the Win32 binary distribution of OpenResty:
```bash
@ -105,6 +109,9 @@ TODO
package redistribution.
* Bundle StrawberryPerl to make command-line utilities like `resty` work out of the box (without
manually installing a Perl).
* Deliver an alternative Win32 binary package built with best debuggin capabilities (like enabling
NGINX debugging logs, disabling C compiler optimizations, and enabling all the assertions and checks).
* Deliver binary packages for 64-bit Windows (Win64).
Details About The Building Process
==================================