yaml-cpp is a YAML parser and emitter in C++, written around the YAML 1.2 spec.
This package is known to build and work properly using an LFS 12.4 platform.
Download (HTTP): https://github.com/jbeder/yaml-cpp/archive/0.8.0/yaml-cpp-0.8.0.tar.gz
Download SHA256 Sum: fbe74bbdcee21d656715688706da3c8becfd946d92cd44705cc6098bb23b3a16
Download MD5 sum: 1d2c7975edba60e995abe3c4af6480e5
Download size: 627 KB
Estimated disk space required: 1,224 KB
Estimated build time: less than 0.1 SBU
Prepare yaml-cpp by executing the following commands:
cmake -B build -G Ninja \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=Release \
-D BUILD_SHARED_LIBS=ON \
-D YAML_BUILD_SHARED_LIBS=ON \
-D CMAKE_POLICY_VERSION_MINIMUM=3.5 \
-D YAML_CPP_BUILD_TOOLS=OFF \
-D YAML_CPP_BUILD_TESTS=OFFTo Build yaml-cpp issue:
ninja -C build
This package does not come with a test suite.
To Install yaml-cpp, as the root user:
ninja -C build install