美文网首页
macOS 编译dipc

macOS 编译dipc

作者: 寒星I | 来源:发表于2019-10-25 17:19 被阅读0次

下载代码

参考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

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

相关文章

网友评论

      本文标题:macOS 编译dipc

      本文链接:https://www.haomeiwen.com/subject/qkcevctx.html