Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where are dependencies documented? #5

Closed
SanskritFritz opened this issue Jan 27, 2013 · 5 comments
Closed

Where are dependencies documented? #5

SanskritFritz opened this issue Jan 27, 2013 · 5 comments

Comments

@SanskritFritz
Copy link

I cannot find any hint on what dependencies are needed. Sorry if I'm missing the obvious. In the AUR we had a hint about qtwebkit being a dependency. How can I make sure?

@KenjiTakahashi
Copy link

Personally, I looked at CMakeLists.txt :). But it would indeed be nice to place them in README or sth.

@SanskritFritz
Copy link
Author

That file didn't help me a lot, because I have no programming knowledge about that. @KenjiTakahashi where do I see the need for qtwebkit for example?

@hluk
Copy link
Owner

hluk commented Jan 28, 2013

I'll add dependencies section to README file.

QtWebKit is optional dependency -- if you don't have it there just won't be "Use Web" option in preferences.

If compilation fails without QtWebKit it's a bug. Bad thing is that if you install the dependency later you'll need to recompile CopyQ.

@hluk
Copy link
Owner

hluk commented Jan 28, 2013

Ok I've added the section to README.md file. It seems that other than Qt nothing is really needed. QtWebKit is nice addition to see images in HTML, have stylesheets and crazy but not-so-useful stuff like HTML 5 video.

You may need fontconfig (to use the iconic font) but that is probably included as Qt dependency.

Probably you can compile CopyQ without XFixes X11 extension but as I remember the clipboard pretty much misbehaves.

@SanskritFritz
Copy link
Author

Thanks, now we know :)

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

No branches or pull requests

3 participants