Command-line tool for managing CM4all state directories.
State directories are a set of directories where the desired state of software components is stored.
You need:
- a C++20 compliant compiler
- Meson 0.56 and Ninja
- libfmt
Get the source code:
git clone --recursive https://github.com/CM4all/state
Run meson
:
meson setup output
Compile and install:
ninja -C output ninja -C output install