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

System library compiled at compile time is not available at runtime #3

Open
msrd0 opened this issue Feb 14, 2023 · 0 comments
Open

Comments

@msrd0
Copy link

msrd0 commented Feb 14, 2023

This crate builds a dynamic version of libsixel at compile time and links against it. Then, when you run the executable, that library is not found, and relies on you having a dynamic library of libsixel installed on the operating system.

Please change it so that if libsixel is installed, you use the system installed version, and otherwise you compile and statically link against your own compiled version of libsixel. This is how many popular sys crates work in the Rust ecosystem, for example libgit2-sys.

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

1 participant