dhoegh / BuildExecutable.jl

Build a standalone executables from a Julia script
Other
156 stars 21 forks source link

[Future plans] bin dependencies #23

Open rapus95 opened 8 years ago

rapus95 commented 8 years ago

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)

dhoegh commented 8 years ago

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

pron commented 7 years ago

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?