yaml-cpp
30分钟学会Yaml-cpp 0.6.0. 这个教程里说版本要大于0.6.0
,个人推荐安装这个版本,版本不要太新。
how to use it on Windows
git clone https://github.com/jbeder/yaml-cpp.git
cd build
cmake .. -A x64 -DCMAKE_INSTALL_PREFIX=C:/local/yaml-cpp
cmake --build . --config Release
cmake --install . --config Release
mini-yaml
Single header YAML 1.0 C++11 serializer/deserializer.
Only basic function. Don’t support anchors, references, or flow styles.