Go to file
Grant Mackey 0e0b5b12f3 Update Makefile
fedora and the like need this path for glib2.0

Signed-off-by: Grant Mackey <grant@jrlabs.io>
2024-04-08 06:15:15 +00:00
config.yaml Release candidate 2024-04-02 05:01:48 +00:00
Doxyfile Release candidate 2024-04-02 05:01:48 +00:00
LICENSE RC1 2024-04-08 05:49:34 +00:00
main.c RC1 2024-04-08 05:49:34 +00:00
main.h RC1 2024-04-08 05:49:34 +00:00
Makefile Update Makefile 2024-04-08 06:15:15 +00:00
README.md RC1 2024-04-08 05:49:34 +00:00
testbench.c RC1 2024-04-08 05:49:34 +00:00

Overview

This is a C library that provides a parsing facility to load a config file in YAML format into a GLib Hash Table.

Supported Operating System Versions

  • Ubuntu 23.10
  • Fedora 38, 39

Building

  1. Install OS libraries

Install the following build packages to compile the software on the following operating systems.

Ubuntu:

apt install build-essential libglib2.0-dev libyaml-dev

Fedora:

  1. Build Dependencies

This library does not depend upon any other non-os provided library.

  1. Build

To build, simply run

make