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-9.1 platform.
Download (HTTP): https://github.com/yaml/libyaml/archive/0.2.2/libyaml-dist-0.2.2.tar.gz
Download MD5 sum: 2ad4119a57f94739cc39a1b482c81264
Download size: 80 KB
Estimated disk space required: 6.4 MB (with tests)
Estimated build time: 0.1 SBU (with tests)
User Notes: http://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 2020-02-15 08:54:30 -0800