rene-dev / homebrew-sigrok

sigrok for osx
http://sigrok.org/wiki/Mac_OS_X#Building_using_Homebrew
15 stars 13 forks source link

Error with Max OSX 10.12 #13

Open dostheimer opened 8 years ago

dostheimer commented 8 years ago

Was trying to install using homebrew and identified that QT4 is no longer being maintained. To get around this issue in pulseview.rb it was required to change line 14 to:

depends_on 'qt5'

Once corrected pulseview installed without issues.