尝试使用 apt 安装 venom 使得我只有以 root 身份才能启动它。
从源代码构建会出现错误:
-- checking for module 'json-glib-1.0>=0.14'
-- package 'json-glib-1.0>=0.14' not found
CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:266 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:320 (_pkg_check_modules_internal)
cmake/PkgCheckModulesFullpath.cmake:21 (PKG_CHECK_MODULES)
src/CMakeLists.txt:35 (PKG_CHECK_MODULES_FULLPATH)
-- checking for module 'libtoxcore>=0.0'
-- package 'libtoxcore>=0.0' not found
CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:266 (message):
A required package was not found
作为普通用户,我该如何安装和使用 Venom?谢谢