Simplest way to ship Julia with precompiled packages

Viewed 89

I plan to use Julia in my applied maths class but in order to improve the student user experience during the first lab session, I would like to provide them a Julia version with precompiled packages (Plots.jl, DifferentialEquations.jl, namely) under macOS, Linux and Windows. Part of the answer I need is here: https://julialang.org/blog/2021/01/precompile_tutorial/ but I am missing some platform specific guidelines in order to seemlessly integrate the compiled packages in the application bundle.

0 Answers
Related