Created
June 17, 2013 13:19
-
-
Save anonymous/5796801 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.