more docs.

This commit is contained in:
agentzh (章亦春) 2011-02-16 16:40:50 +08:00
parent 454fb5cbb2
commit 2d9e6c01ff
1 changed files with 19 additions and 10 deletions

17
README
View File

@ -9,18 +9,27 @@ that all these modules are played well together.
The bundled software components are copyrighted by the respective copyright holders. The bundled software components are copyrighted by the respective copyright holders.
To build ngx_openresty, just uncompress the latest ngx_openresty tarball To build ngx_openresty, follow the following steps
listed on http://openresty.org and then enter the
ngx_openresty-* directory, 1. Download the latest ngx_openresty tarball
and type the following commands: listed on <http://openresty.org >,
say, ngx_openresty-0.8.54.0.tar.gz
2. and then enter the ngx_openresty-0.8.54.0/ directory,
and type the following command to configure:
./configure --prefix=/opt/ngx_openresty \ ./configure --prefix=/opt/ngx_openresty \
--with-http_lua_module \ --with-http_lua_module \
--with-http_drizzle_module \ --with-http_drizzle_module \
--with-http_rds_json_module --with-http_rds_json_module
3. Build everything locally
make make
4. Install ngx_openresty into the target directory that you specified by
the --prefix option in Step 2.
make install make install
For bundle maintainers: For bundle maintainers: