Age | Commit message (Collapse) | Author | |
---|---|---|---|
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... |