
Sogou C++ Workflow
git clone --recursive https://github.com/sogou/srpc.git
cd srpc
make
sudo make install
本文档详细介绍了如何获取并安装Sogou的srpc库,通过`git clone`命令获取源代码,然后在目录中执行`make`进行编译,最后使用`sudo make install`完成安装过程。这个流程对于C++开发者在集成Sogou的RPC服务时非常有用。

git clone --recursive https://github.com/sogou/srpc.git
cd srpc
make
sudo make install

被折叠的 条评论
为什么被折叠?