Update the build commands for m1 macos
Ref #1884
Thanks for looking into this.
Would it be possible to update CMake files instead or perhaps create a script? The new steps in documentation look very complex.
Any updates?
the command brew tap copyq/kde utils/github/homebrew/ does not work anymore, I do not know why. It gives the error
Error: Tap copyq/kde remote mismatch.
/Users/moulick.aggarwal/CopyQ/utils/github/homebrew/ != utils/github/homebrew/
the command
brew tap copyq/kde utils/github/homebrew/does not work anymore, I do not know why. It gives the errorError: Tap copyq/kde remote mismatch. /Users/moulick.aggarwal/CopyQ/utils/github/homebrew/ != utils/github/homebrew/
Can you run brew untap --force copyq/kde first? (see: https://copyq.readthedocs.io/en/latest/build-source-code.html#building-and-packaging-for-os-x)
the command
brew tap copyq/kde utils/github/homebrew/does not work anymore, I do not know why. It gives the errorError: Tap copyq/kde remote mismatch. /Users/moulick.aggarwal/CopyQ/utils/github/homebrew/ != utils/github/homebrew/Can you run
brew untap --force copyq/kdefirst? (see: https://copyq.readthedocs.io/en/latest/build-source-code.html#building-and-packaging-for-os-x)
ah yep, that was the issue. Well, not an issue per see, just that I forgot that I had kf5-* stuff installed via that folder and did not need to do that again 😓.
Would it be possible to update CMake files instead or perhaps create a script? The new steps in documentation look very complex.
Any update?
Closing. M1 support has been merged in #2609.