You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried posting on discourse but its not getting any attention, so I'm posting here to hopefully get more response.
Using PackageCompiler.jl I created a relocatable app, which seems to be portable to other machines running the same operating system. But I have 2 questions:
How can I compile binaries for every operating system that Julia supports? For example, windows, mac (intel), mac (apple silicon), linux (x86), linux(arm)…etc. What is the best practice here?
The resulting binaries are pretty large (~700MB when zipped). If I compile 10 of these, one for each architecture, what is the best practice to distribute them?
Any suggestion would be highly appreciated.
The text was updated successfully, but these errors were encountered:
I'm sorry that you did not get any responses so far. Unfortunately, I cannot really help you out here either, except that I know that this is an important concern. I suspect that at the moment there are just not enough users of PC who use it to create apps with the same goal as you (cross-platform apps), and thus there just aren't any best practices available (yet).
If you do find out something that might be of help to others, it would be great if you could document it here eventually, or - even better - create a PR to the PC docs to make your experience easier to find for others in similar situations.
I tried posting on discourse but its not getting any attention, so I'm posting here to hopefully get more response.
Using
PackageCompiler.jl
I created a relocatable app, which seems to be portable to other machines running the same operating system. But I have 2 questions:Any suggestion would be highly appreciated.
The text was updated successfully, but these errors were encountered: