用于 kdevelop 的 cmake kdev-executebrowser 插件
cmake kdev-executebrowser plugin for kdevelop
我正在尝试将 https://github.com/KDE/kdev-executebrowser 中的 kdev-executebrowser 安装到 kdevelop 中。
所以我从 git hub 克隆了插件并尝试 cmake 并得到一个错误(请检查下面的引用)。
我不知道如何解决这个问题。请帮忙
我还附上了我的系统信息,希望对您有所帮助
waleed@waleed-Dell-System-Inspiron-N411Z:~/Downloads/kdev-executebrowser$
cmake .
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done CMake Error at /usr/share/cmake-3.5/Modules/FindKDE4.cmake:111
(message):
ERROR: cmake/modules/FindKDE4Internal.cmake not found in
/home/waleed/.kde/share/apps;/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps;/usr/share/kde4/apps Call Stack (most recent call first):
CMakeLists.txt:6 (find_package)
-- Configuring incomplete, errors occurred! See also
"/home/waleed/Downloads/kdev-executebrowser/CMakeFiles/CMakeOutput.log".
FindKDE4Internal.cmake
丢失的包裹通常是kdelibs5-dev
。
我正在尝试将 https://github.com/KDE/kdev-executebrowser 中的 kdev-executebrowser 安装到 kdevelop 中。
所以我从 git hub 克隆了插件并尝试 cmake 并得到一个错误(请检查下面的引用)。
我不知道如何解决这个问题。请帮忙 我还附上了我的系统信息,希望对您有所帮助
waleed@waleed-Dell-System-Inspiron-N411Z:~/Downloads/kdev-executebrowser$
cmake .
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done CMake Error at /usr/share/cmake-3.5/Modules/FindKDE4.cmake:111 (message):
ERROR: cmake/modules/FindKDE4Internal.cmake not found in
/home/waleed/.kde/share/apps;/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps;/usr/share/kde4/apps Call Stack (most recent call first):
CMakeLists.txt:6 (find_package)-- Configuring incomplete, errors occurred! See also "/home/waleed/Downloads/kdev-executebrowser/CMakeFiles/CMakeOutput.log".
FindKDE4Internal.cmake
丢失的包裹通常是kdelibs5-dev
。