Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/TheMarlboroMan/appenv
- Owner: TheMarlboroMan
- License: mit
- Created: 2022-09-02T05:57:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T17:41:47.000Z (10 months ago)
- Last Synced: 2024-08-02T00:26:15.811Z (4 months ago)
- Topics: dependant, environment, library, system
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-appimage - appenv - Small C++ library telling where the app data resides and where the user data is by using `readlink("/proc/self/exe")`), thus allowing C++ applications to become relocatable in the filesystem. (AppImage developer tools / Libraries)
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/toolsWhich in turn must be linked with the c++std=17 and maybe stdc++fs.