linux - Could not find a package configuration file provided by "Qt5Svg" -
i tried install disassembler using
$sudo cmake ../edb-debugger-master
but it's giving me following error
-- boost version: 1.58.0 -- checking module 'libgvc>=2.38.0' -- cmake error @ /usr/lib/x86_64-linux-gnu/cmake/qt5/qt5config.cmake:26 (find_package): not find package configuration file provided "qt5svg" of following names: qt5svgconfig.cmake qt5svg-config.cmake add installation prefix of "qt5svg" cmake_prefix_path or set "qt5svg_dir" directory containing 1 of above files. if "qt5svg" provides separate development package or sdk, sure has been installed. call stack (most recent call first): src/cmakelists.txt:26 (find_package) -- configuring incomplete, errors occurred! see "/home/kanna/desktop/build/cmakefiles/cmakeoutput.log".
if take @ picture, can see both qt5 (dependency software) , qt5svgconfig.cmake
present.
then why still giving me error?
i fixed problem doing 2 things. first install qt dev libraries search in synaptic or try installing of these. sudo apt-get install git build-essential cmake qt5-default qtscript5-dev libssl-dev qttools5-dev qttools5-dev-tools qtmultimedia5-dev libqt5svg5-dev libqt5webkit5-dev libsdl2-dev libasound2 libxmu-dev libxi-dev freeglut3-dev libasound2-dev libjack-jackd2-dev libxrandr-dev libqt5xmlpatterns5-dev libqt5xmlpatterns5 libqt5xmlpatterns5-private-dev
after make sure clone project way. says in readme. git clone --recursive https://github.com/eteran/edb-debugger.git
it worked after this.
Comments
Post a Comment