From 454fb5cbb27ae9a62fbc391feb6d3c232c6fa6b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?agentzh=20=28=E7=AB=A0=E4=BA=A6=E6=98=A5=29?= Date: Wed, 16 Feb 2011 16:37:14 +0800 Subject: [PATCH] added more docs to README. --- README | 26 ++++++++++++++++++++++++-- util/mirror-tarballs | 1 + 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/README b/README index ebcadac..6a05028 100644 --- a/README +++ b/README @@ -9,9 +9,31 @@ that all these modules are played well together. The bundled software components are copyrighted by the respective copyright holders. -Git repository +To build ngx_openresty, just uncompress the latest ngx_openresty tarball +listed on http://openresty.org and then enter the +ngx_openresty-* directory, +and type the following commands: - https://github.com/agentzh/ngx_openresty + ./configure --prefix=/opt/ngx_openresty \ + --with-http_lua_module \ + --with-http_drizzle_module \ + --with-http_rds_json_module + + make + + make install + +For bundle maintainers: + + The bundle's source is at the following git repository: + + https://github.com/agentzh/ngx_openresty + + To reproduce the bundle tarball, just do + + make + + at the top of the bundle source tree. The bundle itself is licensed under the 2-clause BSD license. diff --git a/util/mirror-tarballs b/util/mirror-tarballs index 7ad3f47..13657ce 100755 --- a/util/mirror-tarballs +++ b/util/mirror-tarballs @@ -155,6 +155,7 @@ rm *.tar.gz cd .. cp $root/util/configure ./ +cp $root/README ./ cd $root