Back to Vicinae

Goals

src/lib/xdgpp/README.md

0.20.15940 B
Original Source

C++ library implementing various Freedesktop specifications.

This is in very early stage and is exclusively relied on by the Vicinae launcher. Breaking changes WILL occur without prior notice.

Use in your own project at your own risk.

Goals

The goal of this library is to provide high-level interfaces to deal with various specifications, such as the desktop entry one.

For now, this library (roughly) implements:

Build and install

This is only if you care about dealing with this library on its own. Otherwise, it is automatically compiled as part of the vicinae build process.

Build

To build the library:

bash
make static
# or, if you want a dynamic library:
make shared

Install

bash
make install