소스 코드에서 시너지 효과를 컴파일하려고 하는데이 오류가 발생합니다.
-- 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