The yaml package contains a C library for parsing and emitting YAML (YAML Ain't Markup Language) code.
This package is known to build and work properly using an LFS 12.4 platform.
Download (HTTP): https://github.com/yaml/libyaml/releases/download/0.2.5/yaml-0.2.5.tar.gz
Download SHA256 Sum: c642ae9b75fee120b2d96c712538bd2cf283228d2337df2cf2988e3c02678ef4
Download MD5 sum: bb15429d8fb787e7d3f1c83ae129a999
Download size: 596 KB
Estimated disk space required: 6.4 MB (with tests)
Estimated build time: less than 0.1 SBU (with tests)
"doxygen"
Prepare libyaml by running the following commands:
./configure --prefix=/usr --disable-static
Now To Build libyaml, issue:
make
To test the results, issue:
make check
Now Install the package, as the root user:
make install