Skip to content

ryonakano/toml-glib-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Small Example of TOML GLib

Now it's possible to declare toml-glib in pkgconfig name like gtk+-3.0 or granite, so this project has less meaning.

This repository contains a small example of TOML GLib.

Building and Installation

You'll need the following dependencies:

Run meson to configure the build environment and then ninja to build

meson build --prefix=/usr
cd build
ninja

To install, use ninja install

sudo ninja install

If you wish to build without using Meson, run the following command

valac --pkg toml-glib src/example.vala

About

A small example of TOML GLib

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published