我使用 git clone https://github.com/linuxdeepin/dde-cooperation.git && cd dde-cooperatoin && mkdir build && cd build && cmake ..,但提示如下错误,缺少依赖
-- Full version string is '0.7.1-release'
>>> LIB_INSTALL_DIR /usr/local/lib
>>> DDE_COOPERATION_PLUGIN_ROOT_DIR /usr/local/lib/dde-cooperation/plugins
>>> DEEPIN_DATA_TRANS_PLUGIN_DIR /usr/local/lib/dde-cooperation/plugins/data-transfer
>>> DEEPIN_CROSS_PLATFORM_COLLABORATION_PLUGIN_DIR
>>> DDE_COOPERATION_PLUGIN_ROOT_DEBUG_DIR /home/sweeper/dde-cooperation/build/src/plugins
>>> COMPILE ON SYSTEM: Linux-5.15.77-amd64-desktop
>> include barrier...
-- Full Barrier version string is '2.4.0-release-release'
LibDisplayjackKvm: LIBDJK_LIBRARY-NOTFOUND
LibDisplayjackKvm include dir: LIBDJK_INCLUDE_DIR-NOTFOUND
-- Could NOT find LibDJK (missing: LIBDJK_LIBRARY LIBDJK_INCLUDE_DIR)
LibDisplayjackKvm found: FALSE
CMake Error at 3rdparty/barrier/CMakeLists.txt:199 (message):
Missing header: X11/extensions/XTest.h
-- Configuring incomplete, errors occurred!
See also "/home/sweeper/dde-cooperation/build/CMakeFiles/CMakeOutput.log".
See also "/home/sweeper/dde-cooperation/build/CMakeFiles/CMakeError.log".
我使用的系统版本:
deepin v20
我使用
git clone https://github.com/linuxdeepin/dde-cooperation.git && cd dde-cooperatoin && mkdir build && cd build && cmake ..
,但提示如下错误,缺少依赖我尝试使用
apt search djk
,输出如下,似乎没找到合适的库请问我该如何解决这个问题?