pvpgn / pvpgn-server

Next generation of PvPGN server

Home Page:https://pvpgn.pro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR)

TemKaSD opened this issue · comments

Ubuntu 20.04 develop version compile error: Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR)

Need install:
sudo apt-get install libcurl4-openssl-dev

What's the problem? Just run that command to install libcurl and then rerun cmake

What's the problem? Just run that command to install libcurl and then rerun cmake

No problem. Add to manual install command apt-get install libcurl4-openssl-dev