mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
Update README instructions about compiler issues
This commit is contained in:
parent
5720f8c59c
commit
6b724ef4ff
1 changed files with 6 additions and 2 deletions
|
@ -3,7 +3,7 @@ capybara-webkit
|
|||
|
||||
A [capybara](https://github.com/jnicklas/capybara) driver that uses [WebKit](http://webkit.org) via [QtWebKit](http://doc.qt.nokia.com/4.7/qtwebkit.html).
|
||||
|
||||
Qt Dependency
|
||||
Qt Dependency and Installation Issues
|
||||
-------------
|
||||
|
||||
capybara-webkit depends on a WebKit implementation from Qt, a cross-platform
|
||||
|
@ -20,7 +20,11 @@ log of what happened during each test. Before filing a crash bug, please see
|
|||
[Reporting Crashes](https://github.com/thoughtbot/capybara-webkit/wiki/Reporting-Crashes).
|
||||
You're much more likely to get a fix if you follow those instructions.
|
||||
|
||||
If you are having compiling issues please post to the [mailing list](http://groups.google.com/group/capybara-webkit).
|
||||
If you are having compiling issues please check out the
|
||||
[capybara-webkit wiki](https://github.com/thoughtbot/capybara-webkit/wiki/Installing-QT).
|
||||
If you don't have any luck there, please post to the
|
||||
[mailing list](http://groups.google.com/group/capybara-webkit). Please don't
|
||||
open a Github issue for a system-specific compiler issue.
|
||||
|
||||
CI
|
||||
--
|
||||
|
|
Loading…
Add table
Reference in a new issue