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

add shared library download #570

Open
calvin2021y opened this issue Dec 25, 2024 · 3 comments
Open

add shared library download #570

calvin2021y opened this issue Dec 25, 2024 · 3 comments
Labels
needs info A bug report is waiting for more information

Comments

@calvin2021y
Copy link

calvin2021y commented Dec 25, 2024

Brief feature description

please consider add windows/linux/macOS shared library download support, for x86_64 and aachr64/arm64

and linux alpine/musl

@elfenpiff
Copy link
Contributor

@calvin2021y Do You mean that we add a shared library to our releases? Or do you have some package manager in mind?

@calvin2021y
Copy link
Author

I mean add CI/CD process to build shared library, and put into the github release download links.

This will easy the process for newbie to rust like me.

@elBoberido
Copy link
Member

@calvin2021y having a binary distribution opens a can of worms. Due to the shared memory approach, all libraries and applications needs to be build with the same compiler flags, else it opens the door for subtle but hard to debug bugs.

Can you elaborate a bit about what part of the build process is cumbersome for you? Maybe there are other solutions than distributing binaries.

@elBoberido elBoberido added the needs info A bug report is waiting for more information label Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs info A bug report is waiting for more information
Projects
None yet
Development

No branches or pull requests

3 participants