2016-11-16 2 views
1

지난 밤에 Ollydbg (Linux에만 해당)와 비슷한 GUI를 가진 "Evan 's debugger (edb)"디스 어셈블러를 다운로드하려고했습니다.cmake가 Qt5를 찾지 못했습니다

sudo cmake ../edb_folder 

../edb_folder는 EDB의 소스 코드를 포함하는 디렉토리 인로 :

내가 사용하는 단자를 통해이를 구축하려고 노력했다. 그것은 Qt5에 대해 나에게 다음과 같은 오류를 제공

:

-- Boost version: 1.58.0 
-- Checking for module 'libgvc>=2.38.0' 
-- 
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! 
See also "/home/kanna/Desktop/build/CMakeFiles/CMakeOutput.log". 

하지만 이미 Qt5 내 시스템에 설치되어있는 (this picture 참조). Qt5를 찾을 수없는 이유는 무엇입니까?

:

답변

3

이 시냅스로 이동 및 설치 (참고로 나는 우분투 64bit를 사용하고 있습니다) libqt5svg5 + libqt5svg5-DEV + libqt5svg5 - 개인-DEV

관련 문제