Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 789 Bytes

for-developers.md

File metadata and controls

20 lines (13 loc) · 789 Bytes

Building

  • A modern C++ toolchain supporting C++20
  • meson as the build system of choice
  • pandoc if you want to generate the documentation/man pages

To build, test and install it you can just use normal meson commands.

Using it

Right now this project is only available as a meson package.
I might consider adding cmake later on to gain a wider compatibility.

Versioning

At this time this repository is only available as a meson package.
Releases are tagged on the repo, with master as the main development branch.
Semantic versioning is followed after v1.0.0. Before that, any release can and will have breaking changes.

Version numbers ending with an odd number is for release, even numbers are internally used for in-devs.