-
Notifications
You must be signed in to change notification settings - Fork 68
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
Embed image magick ? #58
Comments
Despite working with Rust for a while, I admit that there are some things I don't know yet. I presume that it is very possible that the library can be statically linked into the binary, I just don't know how that is done exactly. See also issue #57 which seeks to incorporate ImageMagick into a "sys" crate that would make the build easier. I suspect, as with the Rust wrapper for RocksDB, that the library would then easily be statically linked into the resulting binary. |
Ok thank you. I took a look on rocksdb crate. `/usr/local/opt/libomp/lib/libomp.dylib (compatibility version 5.0.0, current version 5.0.0)
|
Is it possible to embed image magick ? (I mean having all the lib statically linked in the binary)
The text was updated successfully, but these errors were encountered: