ERROR: Error installing capybara-webkit: ERROR: Error installing capybara-webkit: ruby ruby

ERROR: Error installing capybara-webkit:


If you are in Ubuntu do

sudo apt-get install qt4-dev-tools libqt4-dev libqt4-core libqt4-gui

If you are on Mac

brew install qt

and then

gem install capybara-webkit -v '0.11.0'


For Ubuntu 16.04

sudo apt-get install qt-sdk

Followed by

gem install capybara-webkit -v '1.11.0'or replace with whatever version you want to install.


You are probably missing the qt libraries. See the capybara-webkit wiki for instructions on installing them for your platform.