BuildExecutable.jl
BuildExecutable.jl copied to clipboard
[Future plans] bin dependencies
Are there any plans to support binary dependencies at any time in the future? (Like by sharing the dependencies for all OS together packed into the executable file and then extracted to a temp directory)
I have no plans of development in this direction, but a PR would be very welcome.
What are the manual steps that need to be done in order to package such a library? If I copy the shared libs/dlls to the application directory, what else needs to be done?