Installation for MacOS - noppoMan/Slimane GitHub Wiki

1. Download Xcode8 from App Store

https://itunes.apple.com/jp/app/xcode/id497799835?l=en&mt=12

2. Install libuv

brew

brew install libuv openssl hiredis
brew link libuv --force
brew link openssl --force
brew link -f hiredis

Manually

sh autogen.sh
./configure
make
make check
make install

--

=> Go to Hello World