https://github.com/JuliaLang/julia
Raw File
Tip revision: b998f53b4b04da768072a53f21121be126cfaa34 authored by Valentin Churavy on 17 April 2021, 17:04:40 UTC
Use `roundeven` instead of `rint` for `round(x)`
Tip revision: b998f53
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