https://github.com/JuliaLang/julia
Raw File
Tip revision: 878e487154956047c6543716f7f353e3534f2df8 authored by Daniel Karrasch on 08 September 2023, 11:51:06 UTC
Respect pivot strategy (if given) in `cholesky`
Tip revision: 878e487
README.md
Julia OS X packaging
====================

This builds the Julia OS X application bundle (.app folder), and stores it in a disk image
(.dmg file).

The application bundle is actually just a bundled applet which opens Terminal.app and
executes the julia binary (which opens the REPL). All the Julia binary files and their
dependencies are bundled inside this.

Run `make` to build.

Other files in this directory

* `startup.applescript` is the script which is compiled to the applet.
* `julia.icns` is the Julia icon file.
back to top