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

Centos6.5 Build #319

Open
scarywombat opened this issue Mar 12, 2015 · 4 comments
Open

Centos6.5 Build #319

scarywombat opened this issue Mar 12, 2015 · 4 comments

Comments

@scarywombat
Copy link

Hello, I have tried following the Fedora instructions and the manual build instructions to get a SSR executable for Centos6.5, but I failed as this is using Qt4.6.*

Does anyone has detailed build instructions or a binary for Centos6.5

Regards.

@StripedMonkey
Copy link

In what way did it fail?

On Wed, Mar 11, 2015 at 8:47 PM, scarywombat notifications@github.com
wrote:

Hello, I have tried following the Fedora instructions and the manual build
instructions to get a SSR executable for Centos6.5, but I failed as this is
using Qt4.6.*

Does anyone has detailed build instructions or a binary for Centos6.5

Regards.


Reply to this email directly or view it on GitHub
#319.

@scarywombat
Copy link
Author

It failed to get past configuration due to the missing dependancy on Qt4.8, which does not seem to be available on Centos6.5

@MaartenBaert
Copy link
Owner

Qt 4.8 is a requirement, some features that I use are missing in older versions:
#153

I could work around these, but if you don't have Qt 4.8 then I doubt that you will have a version of ffmpeg/libav that is recent enough to work with SSR. The configure script can't detect libavcodec/libavformat versions, but anything older than those used by Ubuntu 12.04 will give compilation errors later on. And there's no easy way for me to work around those errors, because SSR depends heavily on those features.

@orodbhen
Copy link

I'm working on building this under CentOS 6.6 using conda. I'll let you know if I get it to work. It seems that you need a more recent version of gcc as well than is installed in CentOS 6, which means you may also need a more recent version of glibc.

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

4 participants