So i have all the dependencies installed.
http://pastebin.com/WiMNLLBrAnd i got cmake, so i made my build directory and typed `cmake ..` but it gave me this error message.
-- Boost version: 1.55.0
-- checking for module 'libgvc>=2.38.0'
-- package 'libgvc>=2.38.0' not found
CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake:26 (find_package):
Could not find a package configuration file provided by "Qt5Svg" with any
of the following names:
Qt5SvgConfig.cmake
qt5svg-config.cmake
Add the installation prefix of "Qt5Svg" to CMAKE_PREFIX_PATH or set
"Qt5Svg_DIR" to a directory containing one of the above files. If "Qt5Svg"
provides a separate development package or SDK, be sure it has been
installed.
Call Stack (most recent call first):
src/CMakeLists.txt:26 (find_package)
-- Configuring incomplete, errors occurred!
As you can see it says it couldn't find libgvc>=2.38.0 but when i `apt search libgvc` it shows me i have it installed. So what exactly is the problem here?
Here is my Cmakelist
http://pastebin.com/5iUDY6tTPost last edited by Sophie at 2016-11-15T12:11:41.788126+00:00