Odin is a general-purpose programming language with distinct typing, built for high performance, modern systems, and built-in data-oriented data types.
Odin is a general-purpose programming language with distinct typing, built for high performance, modern systems, and built-in data-oriented data types.
To install odin, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install odin
To see what files were installed by odin, run:
port contents odin
To later upgrade odin, run:
sudo port selfupdate && sudo port upgrade odin
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.