git clone https://github.com/ntop/n2n.git
brew install openssl
pushd n2n
git checkout 2.4-stable
OPTIONS="-I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib" make
popd
n2n MAC 客户端命令行一键安装
2 min read
git clone https://github.com/ntop/n2n.git
brew install openssl
pushd n2n
git checkout 2.4-stable
OPTIONS="-I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib" make
popd