YAML-0.1.6

Introduction to YAML

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.6 systemd platform.

Package Information

YAML Dependencies

Optional

Doxygen-1.8.8

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/yaml

Installation of 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

Command Explanations

--disable-static: This switch prevents installation of static versions of the libraries.

Contents

Installed Programs: None
Installed Libraries: libyaml.so
Installed Directories: None

Short Descriptions

libyaml.so

contains API functions for parsing and emitting YAML.

Last updated on 2014-08-23 12:03:12 -0700