Trying to do my first build of source code on Ubuntu 16.04. Get error message "Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR)…
Package manager shows that Curl is installed on my system. Used the cmake and make commands from the Kicad website for first time builders:
cmake -DCMAKE_BUILD_TYPE=Release
-DKICAD_SCRIPTING=ON
-DKICAD_SCRIPTING_MODULES=ON
-DKICAD_SCRIPTING_WXPYTHON=ON
…/…/
make
Any ideas?