Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 397 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 397 Bytes

libfyaml-examples ·

====

libfyaml examples

Prerequisites

The libfyaml library must be installed and usable in your system using pkg-config.

Building

libfyaml-examples uses a standard autotools based build scheme so...

  • ./bootstrap.sh
  • ./configure
  • make

Will build all the examples

Development and contributing

Feel free to send pull requests and raise issues.