workflow编译

git clone --recursive https://github.com/sogou/workflow.git
cd workflow
./configure #在workflow目录下创建build文件夹,整个是用cmake来编译的。
cd build
make #编译成功在workflow目录下生成两个文件夹_include _lib

你可能感兴趣的:(c++,网络,workflow)