martyr-deepin / deepin-appstore

App Store for Deepin (legacy codebase)
https://dstore-appstore.deepin.cn/
GNU General Public License v3.0
114 stars 40 forks source link

编译时找不到libqcef如何解决? #110

Open Huaweidev opened 4 years ago

Huaweidev commented 4 years ago

编译时找不到libqcef如何解决?有直接下载libqcef和libqcef-dev的deb包的地方吗(能给一个下载链接吗)?

/deepin/deepin-appstore-master# cmake /home/Downloads/deepin/deepin-appstore-master/
-- The C compiler identification is GNU 8.3.0
-- The CXX compiler identification is GNU 8.3.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
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29") 
-- Checking for one of the modules 'dtkwidget'
-- Checking for one of the modules 'dframeworkdbus'
CMake Error at /usr/share/cmake-3.13/Modules/FindPkgConfig.cmake:679 (message):
  None of the required 'dframeworkdbus' found
Call Stack (most recent call first):
  src/CMakeLists.txt:74 (pkg_search_module)

-- Checking for one of the modules 'libqcef'
CMake Error at /usr/share/cmake-3.13/Modules/FindPkgConfig.cmake:679 (message):
  None of the required 'libqcef' found
Call Stack (most recent call first):
  src/CMakeLists.txt:75 (pkg_search_module)

-- Configuring incomplete, errors occurred!