The libfyaml package contains a YAML 1.3 parser and writer. It also supports YAML 0.1 with the help of the libyaml library.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://github.com/pantoniou/libfyaml/releases/download/v0.9/libfyaml-0.9.tar.gz
Download MD5 sum: d32c0fc52a73c4b9e9c4a386effb2f2e
Download size: 856 KB
Estimated disk space required: 277 MB (including tests)
Estimated build time: 0.6 SBU (including tests)
libyaml-0.2.5 (for YAML 0.1 support)
Install libfyaml by running the following commands:
./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.