我正在尝试从源代码中编译协同作用,而当我这样做时,会出现此错误:
-- Could not find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR)
CMake Error at CMakeLists.txt:160 (messege):
Missing library: curl
所以我做了
sudo apt-get install curl
sudo apt-get install curl_library
sudo apt-get install curl_include_dir
而且仍然收到与以前相同的错误。
有关一些额外的信息,我将在此处跟随本指南,并跳过了X11的步骤:http : //www.rootusers.com/compiling-synergy-from-source-on-the-raspberry-pi/
sudo apt-get update