on Lubuntu 14.10 64bit, following Instructions I get, after the command cmake ../LibreCAD_3/, an error
CMake Error at luacmdinterface/CMakeLists.txt:19 (find_package):By not providing "FindCurl.cmake" in CMAKE_MODULE_PATH this project hasasked CMake to find a package configuration file provided by "Curl", butCMake did not find one. Could not find a package configuration file provided by "Curl" with any of the following names:CurlConfig.cmakecurl-config.cmake Add the installation prefix of "Curl" to CMAKE_PREFIX_PATH or set "Curl_DIR" to a directory containing one of the above files. If "Curl" provides a separate development package or SDK, be sure it has been installed.-- Configuring incomplete, errors occurred!See also "/home/alessandro/build/CMakeFiles/CMakeOutput.log".
on Lubuntu 14.10 64bit, following Instructions I get, after the command
cmake ../LibreCAD_3/
, an errorCMake Error at luacmdinterface/CMakeLists.txt:19 (find_package):
By not providing "FindCurl.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Curl", but
CMake did not find one.
CurlConfig.cmake
curl-config.cmake
See also "/home/alessandro/build/CMakeFiles/CMakeOutput.log".
curl is installed. Any help?