Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用libjson-rpc-cpp,所以我尝试按照本网站的说明使用 git 和 cmake 制作库。
libjson-rpc-cpp
它需要一个 curl 库才能工作。我正在使用libcurl-7.19.3-win32-ssl-msvc并将其放置在构建目录中。但是当我执行 cmake .. 命令时,我得到了这个错误:
libcurl-7.19.3-win32-ssl-msvc
找不到 CURL(缺少:CURL_LIBRARY CURL_INCLUDE_DIR)
我试图通过搜索网络来解决它,但这有点超出我的范围。
当我安装 libcurl4-openssl-dev 时,它对我有用:
sudo apt-get install libcurl4-openssl-dev