From 9e4a02acd6b4de7c34e31ae4fca89bb8e4158efe 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: Tue, 22 Mar 2011 16:42:52 +0800 Subject: [PATCH] added a quick note for debian and ubuntu users. --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index 3a3028a..eabf2f7 100644 --- a/README +++ b/README @@ -9,6 +9,12 @@ that all these modules are played well together. The bundled software components are copyrighted by the respective copyright holders. +A quick note to Debian and Ubuntu users: + You're recommended to install the following packages using apt-get before + installing this bundle: + + apt-get install libreadline-dev libpcre3-dev libssl-dev perl + To build ngx_openresty, you need a working perl (perl 5.6.0 or better) in your PATH environment, and then follow the following steps: