You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently attempting to package both this and turbo for a distribution, however both seem to only have static library support. What would be needed for shared/dynamic library support?
The text was updated successfully, but these errors were encountered:
I believe that shared library support would be a complete mess unless proper versioning is introduced and API stability can be ensured, something I do not yet feel confident about.
However, I have seen several tvision packages which patch the project in order to enable shared libraries, such as here and here.
so version would be required true. but stability is not true. you only need to know when to bump. and there are tools for tracking when you need to bump the so version.
I am currently attempting to package both this and
turbo
for a distribution, however both seem to only have static library support. What would be needed for shared/dynamic library support?The text was updated successfully, but these errors were encountered: