Created
July 10, 2017 19:45
-
-
Save douglasmartins7/1bcfece6c0da923012148a323eb727ec to your computer and use it in GitHub Desktop.
ruby-fedora-Capybara.md
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
dnf install ruby ruby-devel libxml2-devel redhat-rpm-config | |
If using mariadb, dnf install mariadb-devel | |
If using sqlite, dnf install sqlite-devel | |
gem install bundler | |
For gem capybara-webkit: (if you get error due to this gem) | |
dnf install qt-devel | |
QMAKE=/usr/bin/qmake-qt4 (in the same shell as bundle install) | |
bundle install or gem install capybara-webkit will now succeed | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment