Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Installation on Fedora 15 #97

Closed
sheldonh opened this issue Jul 4, 2011 · 3 comments
Closed

Installation on Fedora 15 #97

sheldonh opened this issue Jul 4, 2011 · 3 comments

Comments

@sheldonh
Copy link

sheldonh commented Jul 4, 2011

Hi there,

The README provides installation assistance for Ubuntu. I thought you might want feedback for other distros. Installation on Fedora 15 requires the installation of the qt-webkit-devel package:

yum install qt-webkit-devel

Thereafter, your awesome gem installs perfectly.

Thanks,
Sheldon.

@croaky
Copy link
Contributor

croaky commented Jul 4, 2011

Done: 93f2272

@croaky croaky closed this as completed Jul 4, 2011
@viseztrance
Copy link

I don't know if this is a known issue or not, but on Fedora 16 (I'm not sure of other versions) qmake is named qmake-qt4.

So in addition to installing the qt webkit development package you may also have to run:

sudo ln -s /usr/bin/qmake-qt4 /usr/bin/qmake

@sheldonh
Copy link
Author

User symlinks in /usr/bin are very much a work-around. Perhaps the capybara-webkit build could be taught to use qmake-qt4 if present. But that's probably best requested as a separate issue?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants