The libyaml 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-11.0 platform.
Download (HTTP): https://github.com/yaml/libyaml/archive/0.2.5/libyaml-0.2.5.tar.gz
Download MD5 sum: 163fc1e22153d3e2cebfe5cbb43a1769
Download size: 84 KB
Estimated disk space required: 6.7 MB (with tests)
Estimated build time: 0.1 SBU (with tests)
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/libyaml
Install libyaml by running the following commands:
./bootstrap && ./configure --prefix=/usr --disable-static && make
To test the results, issue: make check.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on