Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/TheMarlboroMan/appenv

Small library to manage application running and user paths, adapted from ad-hoc code to allow for AppImages to be built.
https://github.com/TheMarlboroMan/appenv

dependant environment library system

Last synced: about 1 month ago
JSON representation

Small library to manage application running and user paths, adapted from ad-hoc code to allow for AppImages to be built.

Awesome Lists containing this project

README

        

# appenv

A library to setup an environment class capable of telling where the app data
resides and where the user data is.

# dependencies

Must be linked against:

https://github.com/TheMarlboroMan/log
https://github.com/TheMarlboroMan/tools

Which in turn must be linked with the c++std=17 and maybe stdc++fs.