下载代码
参考https://github.com/dipperin/dipc
git clone https://github.com/dipperin/dipc.git
cd dipc
git submodule update --init --recursive
获取submodule 时可能会提示
git@github.com: Permission denied (publickey).
这是因为本地ssh 私钥和github 网站上公钥没有匹配好,可以参照下文进行操作。
//www.greatytc.com/p/7d57ce4147d3
编译代码
cd dipc
mkdir build && cd build
cmake ..
make && make install
过程非常漫长,请耐心等待。