I'm usingJust upgraded to Ubuntu 14.04. Think I'm getting close to getting it building, after I use this PPA to get FFmpeg 1.2:
However it looks like latest OBS from git no longer uses the old style configure script. What's the preferred build method on Linux? CMake complains about Qt5 files. I see some autoconf files were committed recently, is that the way to go now?
on Arch Linux and it works fine, no autotools needed.cmake ./ -DCMAKE_BUILD_TYPE='Release' -DCMAKE_INSTALL_PREFIX='/usr'
make