下載代碼
參考https://github.com/dipperin/dipc
git clone https://github.com/dipperin/dipc.git
cd dipc
git submodule update --init --recursive
獲取submodule 時(shí)可能會(huì)提示
git@github.com: Permission denied (publickey).
這是因?yàn)楸镜豷sh 私鑰和github 網(wǎng)站上公鑰沒有匹配好恰起,可以參照下文進(jìn)行操作娄琉。
http://www.reibang.com/p/7d57ce4147d3
編譯代碼
cd dipc
mkdir build && cd build
cmake ..
make && make install
過程非常漫長(zhǎng)尽楔,請(qǐng)耐心等待捂掰。