KiCad is an electronic design automation software suite
KiCad is an EDA software suite for the creation of professional schematics and printed circuit boards up to 32 copper layers with additional technical layers.
KiCad is an EDA software suite for the creation of professional schematics and printed circuit boards up to 32 copper layers with additional technical layers.
To install kicad, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install kicad
To see what files were installed by kicad, run:
port contents kicad
To later upgrade kicad, run:
sudo port selfupdate && sudo port upgrade kicad
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.