Monday, 30 October 2017

Linux shared libraries

Linux shared libraries

Just like most other operating systems, Linux supports shared libraries and it supports dynamic libraries, which can be shared between different applications saving space on the system, and static libraries which are built into the application at compile time, which improves compatibility with multiple Linux systems and versions.

If only the geniuses at Canonical had read this before wasting time creating snaps. Static libraries were all they needed.
https://www.tecmint.com/understanding-shared-libraries-in-linux/

No comments:

Post a Comment