You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: