From 2a69e79c0804815f1db56681aa343d31296083b0 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, 29 Mar 2011 15:38:04 +0800 Subject: [PATCH] added a quick note to Mac OS X users. --- README | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README b/README index eabf2f7..a1fcc09 100644 --- a/README +++ b/README @@ -15,6 +15,14 @@ A quick note to Debian and Ubuntu users: apt-get install libreadline-dev libpcre3-dev libssl-dev perl +A quick note to Mac OS X (Darwin) users: + You're recommended to install prerequisites PCRE using some package + management tool, like Homebrew: + + brew install pcre + + Alternatively you can install PCRE from source all by yourself :) + 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: