开发环境:Ubuntu 20.04


安装boost库:

apt install libboost-dev

安装yaml-cpp:

git clone git@github.com:jbeder/yaml-cpp.git
cd yaml-cpp
mkdir build
cd build
cmake ..
make & make install

安装openssl开发库:

apt-get install libssl-dev

安装Apache ab测试工具:

apt install apache2-utils

其他依赖:

apt install cmake graphviz doxygen
  • 无标签