src/lib/xdgpp/README.md
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.
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:
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.
To build the library:
make static
# or, if you want a dynamic library:
make shared
make install