YosysHQ / oss-cad-suite-build

Multi-platform nightly builds of open source digital design and verification tools
ISC License
774 stars 70 forks source link

doc: macos: additional step to remove com.apple.quarantine extended attribute #40

Closed cfriedt closed 2 years ago

cfriedt commented 2 years ago

First I wanted to say thank you for making a macOS (Aarch64) OSS package 😄 And also hi 👋 big fan and thank you for all of your work in general 🙏

I just wanted to make a minor suggestion - that you add this step to your macOS install documentation

sudo find /opt/oss-cad-suite  -type f -exec xattr -d com.apple.quarantine {} \;

If it's already mentioned, and I somehow missed it, please disregard.

It needs to be done for every Mach-O file (executable or dyld) otherwise the macOS "gatekeeper" / "quarantine" refuses to execute code from those files.

mmicko commented 2 years ago

Thank you for kind words and feedback. Activation script is now there and new step is added in README.md (in next commit :) )