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-7.10 platform.
Download (HTTP): http://pyyaml.org/download/libyaml/yaml-0.1.6.tar.gz
Download MD5 sum: 5fe00cda18ca5daeb43762b80c38e06e
Download size: 492 KB
Estimated disk space required: 6.3 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 2016-08-27 14:14:16 -0700