yb85 / scantailor-advanced-osx

Homebrew formula and App bundler for Scantailor (Advanced)
150 stars 6 forks source link

Installation of latest release fails - use HEAD instead #12

Closed cmahnke closed 2 years ago

cmahnke commented 3 years ago

The current master doesn't work out of the box, since there has been some change in QT. This has been already addressed upstream by the release of 2019.8.16_EA.

The current state can only be installed by passing the --HEAD flag like this:

brew install --HEAD ./scantailor.rb
Kaps514 commented 3 years ago

Anyone found a solution for those running Big Sur? image

Kaps514 commented 3 years ago

I'd really appreciate the help. Thanks!

pleonard212 commented 3 years ago

You'll need to git clone https://github.com/yb85/scantailor-advanced-osx.git, and then change into that directory, before trying brew install --HEAD ./scantailor.rb. (scantailor.rb is a local file, not a network-hosted formula as are most homebrew packages.)

asterizk commented 3 years ago

Thanks Peter! Ran into the same issue as Kaps514 and that got me around it.

yb85 commented 2 years ago

updated the readme to reflect the issue