|
|
|
|
|
by pandalicious
3240 days ago
|
|
It's pretty telling that Linux distros are pretty much the only end-user platforms where binary distribution and packaging is built around shared libraries. Pretty much everyone else (Windows/OS X/iOS/Android/etc) generally expect binaries to include their own bundled versions of 3rd party libraries. Lots of people have looked at this problem and most have opted against the shared library approach. |
|
Unless those platforms start distributing a huge number of libraries your software may decide do depend on, shared libraries won't take off on them.