-- CURL_INCLUDE_DIR = CURL_INCLUDE_DIR-NOTFOUND
-- CURL_LIBRARY = CURL_LIBRARY-NOTFOUND
Thanks!
-- CURL_INCLUDE_DIR = CURL_INCLUDE_DIR-NOTFOUND
-- CURL_LIBRARY = CURL_LIBRARY-NOTFOUND
Traxie21 wrote:I assume you're on Linux?
Try setting those values to the directory and .so (or whatever it uses) that cURL is installed to. (Possibly /usr/share/curl, or /usr/bin/curl)
0gb.us wrote:Also, how do I set those values?
Traxie21 wrote:Wow, you're up late (If you live in the USA/Canada by any chance).
(I have a bad cold, can't sleep)
Anyhow, Its been awhile since I tried to compile for linux, try looking through all the files you can find in your compile directory that have Cmake in the name..... Thats how I found it on Windows (I hate windows, but my HDD is too small to install any full featured distro, and I need In for my work)
The .so may be in usr/lib/ or another directory that is right on the tip of my tongue........
What was in /usr/bin/curl? If it was an executable, you might be able to *try* using that for the CURL_LIBRARY.
sudo apt-get install libcurl4-openssl-devCalinou wrote:There are a billion of cURL versions
Calinou wrote:There are a billion of cURL versions, personally the one I installed is:Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
sudo apt-get install libcurl4-openssl-dev
Try using this one instead, then regenerate the cmake files, use a "make clean" in the src directory and recompile.
Users browsing this forum: No registered users and 10 guests