The YAML package contains a C library for parsing and emitting YAML (YAML Ain't Markup Language).
This package is known to build and work properly using an LFS-8.1 platform.
Download (HTTP): http://pyyaml.org/download/libyaml/yaml-0.1.7.tar.gz
Download MD5 sum: 1abf45bd3a96374fa55ca63b32f9f2f9
Download size: 516 KB
Estimated disk space required: 6.1 MB
Estimated build time: 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/yaml
Install YAML 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.
Last updated on 2017-08-24 15:03:00 -0700