Skip to content

Instantly share code, notes, and snippets.

Created June 17, 2013 13:19
Show Gist options
  • Save anonymous/5796801 to your computer and use it in GitHub Desktop.
Save anonymous/5796801 to your computer and use it in GitHub Desktop.
1968 gem install capybara-webkit -v '1.0.0'
1969 sudo gem install capybara-webkit -v '1.0.0'
1970 sudo apt qmake
1971 apt-install qmake
1972 sudo apt-get qmake
1973 sudo apt-get install qmake
1974 sudo gem install capybara-webkit -v '1.0.0'
1975 sudo apt-get install qt4-qmake
1976 sudo gem install capybara-webkit -v '1.0.0'
1977 sudo apt-get install libqtwebkit-dev
1978 sudo gem install capybara-webkit -v '1.0.0'
1979 bundle install --without production
@dcorking
Copy link

I think it is the last 3 lines that do the magic.
However, this line may also help
sudo apt-get install qt4-qmake
As discussed elsewhere, this seems to need Ubuntu 12.04 LTS or more recent, to provide a suitable version of Qt 4.8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment