Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-06 | Fix for windows & mingw | dec05eba | |
2020-07-06 | Add libnss files to downloads for packages | dec05eba | |
2020-07-06 | Add package lib blacklist, remove patchelf dependency | dec05eba | |
Some libraries such as gpu driver libraries cant be distributed because even though the program is run on the same cpu arch, gpu can differ. Removed dependency on patchelf, as it's not needed when executing ld-so directly with --library-path | |||
2020-07-06 | Improve package performance, use one checksum file instead of multiple | dec05eba | |
2020-07-06 | Fix package scripts for older distros | dec05eba | |
Tested on ubuntu 12.04 | |||
2020-07-06 | Add --bundle-install option to reduce distributable package size | dec05eba | |
* Downloads libraries from internet if they are missing from the system * Libraries are shared among all sibs projects as long as they use same library versions | |||
2020-07-06 | Bundle libnss libraries when packaging... | dec05eba | |
2020-07-06 | Fix runtime crash in bundled package | dec05eba | |
2020-07-06 | Fix bundle for non system libraries | dec05eba | |
2020-07-06 | Add bundle command to sibs package | dec05eba | |
Bundle command copies all dynamic library dependencies to one location and creates an archive that can be distributed. Currently only for linux. In testing phase... |