Zig programming language (bootstrap build with no runtime dependencies)
Zig is a general-purpose programming language designed for robustness, optimality, and maintainability. This is the bootstrap build version with no external runtime dependencies.
Zig is a general-purpose programming language designed for robustness, optimality, and maintainability. This is the bootstrap build version with no external runtime dependencies.
To install zig-bootstrap, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install zig-bootstrap
To see what files were installed by zig-bootstrap, run:
port contents zig-bootstrap
To later upgrade zig-bootstrap, run:
sudo port selfupdate && sudo port upgrade zig-bootstrap
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.