macOS 编译dipc

2019-10-25  本文已影响0人  寒星I

下载代码

参考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 网站上公钥没有匹配好,可以参照下文进行操作。
https://www.jianshu.com/p/7d57ce4147d3

编译代码

cd dipc
mkdir build && cd build
cmake .. 
make && make install

过程非常漫长,请耐心等待。

上一篇 下一篇

猜你喜欢

热点阅读