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

Building from Source #79

Closed
krazynez opened this issue Jan 24, 2020 · 4 comments
Closed

Building from Source #79

krazynez opened this issue Jan 24, 2020 · 4 comments

Comments

@krazynez
Copy link

krazynez commented Jan 24, 2020

Using Pop!_OS 19.10
1.) With using Qt5, I had to change all #include <QtGui/> to #include <QWidget/>
2.) I had to remove all QApplication::UnicodeUTF8 in the same files that produced the first error.
3.) Also had to install libtagc0-dev for #include "taglib/taglib.h" error. Some reason libtag1-dev didn't fix this. Had to use libtagc0-dev

After that, it built and ran perfectly. I just used qmake -qt=qt5 then make $(nproc)

I had to specify Qt5 because of the remnants of Qt4 that were previously installed.

@keshavbhatt
Copy link
Owner

Glad it worked for you :) you need to care about installed mpv version. older version of "mpv" from official repo will not work. ad Olivia uses latest mpv from PPA.

@krazynez
Copy link
Author

Oh I just used apt and videos work with YouTube playback. Is there anything specific that you know of that won't work so I can try it out?

@keshavbhatt
Copy link
Owner

your qt5 install should have webkit and webkitwidgets modules.

@krazynez
Copy link
Author

Correct it does, I made sure that they were installed.

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

2 participants