From 0e55087b012a6df47067278554fa66f02b0855e8 Mon Sep 17 00:00:00 2001 From: "Daniel.Zeng" Date: Sat, 6 Jun 2015 00:34:18 +0800 Subject: [PATCH] add OS X's install instruction --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 4485ea4f..d208845a 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,20 @@ make -j make V=99 package/shadowsocks-libev/openwrt/compile ``` +### OS X +For OS X , use [homebrew](http://brew.sh) to install or build. + +Install homebrew + +```bash +ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" +``` +Install shadowsocks-libev + +```bash +brew install shadowsocks-libev +``` + ### Windows For Windows, use either MinGW (msys) or Cygwin to build.