Estoy tratando de construir sdrangelove , que quiere Qt 5 y usa CMake para su sistema de compilación, en Ubuntu 13.10. ¿Qué paquete necesito instalar para darle el archivo que está solicitando aquí?
Hay muchos *qt5*
paquetes, y he intentado instalar los prometedores sin ningún efecto. Todas las discusiones que he encontrado tienen cosas que funcionan bien o están hablando de escribir reglas de compilación de CMake en lugar de ejecutarlas. No tengo mucha experiencia con la organización de paquetes Debian / Ubuntu.
CMake Error at CMakeLists.txt:14 (find_package):
By not providing "FindQt5Core.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Qt5Core", but
CMake did not find one.
Could not find a package configuration file provided by "Qt5Core"
(requested version 5.0) with any of the following names:
Qt5CoreConfig.cmake
qt5core-config.cmake
Add the installation prefix of "Qt5Core" to CMAKE_PREFIX_PATH or set
"Qt5Core_DIR" to a directory containing one of the above files. If
"Qt5Core" provides a separate development package or SDK, be sure it has
been installed.