oidn-rs
oidn-rs copied to clipboard
including OIDN in the binary
Hello,
not exactly an issue, more of a general question.
What would be the best way to include the OIDN library in the final binary when using this crate, so that the end user don't have to go download OIDN and set the Env variables ?
Is there a way to do this via cargo /build process or I'd have to use something like Appimage to bundle things together ?
Cheers