Replies: 1 comment 9 replies
-
@bencevans We're trying to do the same thing --get a statically compiled opencv into our application. Have you been able to solve this yet? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We've been working on an application that's dependent on 3rd party C libs. In an aim to create an application where no other frameworks/packages need to be installed on the users machine we've attempted to build these 3rd party libraries statically so they're bundled within the binary Rust produces. However we're hitting quite a few hurdles in getting some of the projects compiled statically.
Is there a way to bundle 3rd party C libraries in dynamic format with Tauri build? E.g. in the .app, .exe etc. so that a user wouldn't need to go off and install OpenCV etc. prior to running a Tauri app?
Beta Was this translation helpful? Give feedback.
All reactions