-
Notifications
You must be signed in to change notification settings - Fork 6
Installation for MacOS
Yuki Takei edited this page Oct 10, 2016
·
2 revisions
https://itunes.apple.com/jp/app/xcode/id497799835?l=en&mt=12
brew install libuv openssl hiredis
brew link libuv --force
brew link openssl --force
brew link -f hiredis
sh autogen.sh
./configure
make
make check
make install
--