Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shared library support #161

Open
win8linux opened this issue May 20, 2024 · 2 comments
Open

Shared library support #161

win8linux opened this issue May 20, 2024 · 2 comments

Comments

@win8linux
Copy link
Contributor

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?

@magiblot
Copy link
Owner

Hi @win8linux!

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.

@darix
Copy link

darix commented May 23, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants