stpn / homebrew-qt55

Add back the removed qt@5.5 original in homebrew-core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qt 5.5

Just the removed qt55, which required by capybara-webkit, at least for me...

Installation

git clone https://github.com/Eric-Guo/homebrew-qt55
cp Formula/qt\@5.5.rb /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/
brew install qt@5.5

Remove

Just remove the file you copy to the homebrew-core.

Note

Must install from bottle, if you try compile from source, it will failed, that's why the installation method is different from a normal brew tap.

How to install capybara-webkit

export PATH="/usr/local/opt/qt@5.5/bin:$PATH"
gem install capybara-webkit

About

Add back the removed qt@5.5 original in homebrew-core


Languages

Language:Ruby 100.0%