I'm trying to distribute an application written in Julia without exposing the 
code. I've tried using build_executable, however when using a Pkg interfacing 
with code written in another language (Tk, Cbc) the process seems to have 
errors I'm not capable of resolving.

I've also thought of creating a Pkg which contains the application and 
compiling it (creating a ji file) using the precompile functionality. This 
would require Julia to be installed on the user machine, but that doesn't worry 
me. However, the compiled package doesn't work without the Pkg source existing 
in the pkg directory.

Does anyone have any advice for distributing an application written in Julia 
without exposing the source code?

Reply via email to