|
Compiling stellarium: cmake returns "CURL was not found"
Hi -
I'm trying to compile Stellarium in Ubuntu 7.10 (64 bit version) on an hp pavillion zv6000, and when I run the cmake command, I get the following output:
$ cmake .
-- Found Qt-Version 4.3.2
-- Found PNG: /usr/lib/libpng.so
-- Found JPEG: /usr/lib/libjpeg.so
-- Found FreeType2: library: /usr/lib/libfreetype.so, include path: /usr/include/freetype2
-- CURL was not found. Make sure CURL_LIBRARY and CURL_INCLUDE_DIR are set.
-- Configuring done
-- Generating done
-- Build files have been written to: /home/charles/Desktop/stellarium-0.9.0
I've scoured google, the ubuntu forums, linuxquestions.org, etc., and only found one thread (no reply) with the same problem. I ran "sudo apt-get install curl", because I thought the problem was that the package curl was not installed, but after installing the curl package I got the exact same output. I haven't got any ideas outside of installing the curl package.
|