The yaml package contains a C library for parsing and emitting YAML (YAML Ain't Markup Language) code.
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.
下载地址(HTTP):https://github.com/yaml/libyaml/releases/download/0.2.5/yaml-0.2.5.tar.gz
MD5 校验和:bb15429d8fb787e7d3f1c83ae129a999
大小:596 KB
预计所需磁盘空间:6.4 MB(含测试)
预计构建时间:小于 0.1 SBU(含测试)
Install libyaml 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.