|
|
|
|
|
by rektide
1867 days ago
|
|
it'd be interesting to try to make a hybrid static/dynamic library program. assume you can find the libraries you want on the system, but have a fallback where you go download some Debian packages & install them into your XDG_CACHE_DIR & load libraries from there, when the system (whatever os it is) didn't have it. part of the trick would be making this code significantly smaller than doing a static build. |
|