SteamGridDB / SGDBoop

A program used for applying custom artwork to Steam, using SteamGridDB. Supports both Windows and Linux, written completely in C.
https://www.steamgriddb.com/boop
zlib License
269 stars 10 forks source link

allow user-wide / local installation on Linux #36

Open Jan200101 opened 1 year ago

Jan200101 commented 1 year ago

Currently SGDBoop requires root to put libraries into systemwide location. This may not be desired for if you want to run the program locally.

Perhaps the dependencies being used should not be vendored as dynamic libraries and instead as their source code.