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.3 platform.
Download (HTTP): http://pyyaml.org/download/libyaml/yaml-0.2.1.tar.gz
Download MD5 sum: 72724b9736923c517e5a8fc6757ef03d
Download size: 588 KB
Estimated disk space required: 6.7 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 2018-08-16 17:08:56 -0700