Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MacPorts Install Script #429

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

ahalekelly
Copy link

@ahalekelly ahalekelly commented Oct 13, 2022

MacPorts allows you to install an ARM build of KiCAD on Apple Silicon Macs, by building it from scratch instead of using the kicad.org binary. However, the different install location makes the installation script fail. Here's an updated version, I get the following error but KiKit seems to work?

/Applications/MacPorts/KiCad/kicad.app: the main executable or Info.plist must be a regular file (no symlinks, etc.)

/Applications/MacPorts/KiCad/kicad.app/Contents/MacOS/kicad is a symlink to /opt/local/bin/kicad, Info.plist is a regular file

@ahalekelly ahalekelly marked this pull request as draft October 13, 2022 03:37
@yaqwsx
Copy link
Owner

yaqwsx commented Oct 13, 2022

Thanks! I am thinking about two improvements:

  • we could test which location is valid and automatically decide (then there is no need to change documentation),
  • or we should mention the existence of the script in the documentation.

I slightly prefer the first one, however, since I don't have mac to test it, I am also willing to accept just noting the script's existence in the documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants