BuildExecutable.jl icon indicating copy to clipboard operation
BuildExecutable.jl copied to clipboard

[Future plans] bin dependencies

Open rapus95 opened this issue 9 years ago • 2 comments

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)

rapus95 avatar Sep 16 '16 12:09 rapus95

I have no plans of development in this direction, but a PR would be very welcome.

dhoegh avatar Sep 19 '16 08:09 dhoegh

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?

pron avatar Jan 16 '17 13:01 pron