|
我下载的相关的环境:vs2008+
curl-7.24.0.tar.gz
expat-win32bin-2.0.1.rar
gdal-1.8.0beta2.tar.gz
geos-3.3.2.tar.bz2
libzip-windows.zip
我是按照这个帖子进行安装的:http://www.cnblogs.com/eaglezhao/archive/2011/09/26/2192389.html
在装curl,cmake进行设置的的时候 ,找不到教程中所说的c:/opensll/lib/libeay32.lib 倒是在3rdparty/include文件夹里有这个文件,但路径放上进后,config 不通过,提示最下面)
这个opensll是不是要另外安装,教程中没有提到或是跳过去了?请各位大师指教!
curl version=[7.24.0]
Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_LIBRARIES) (found version "1..")
OpenSSL NOT Found, disabling CMAKE_USE_OPENSSL
LDAP_H not found CURL_DISABLE_LDAP set ON
CMake Warning (dev) at tests/CMakeLists.txt:1 (add_subdirectory):
The source directory
E:/OSG/OSGEARTH/curl-7.24.0/curl-7.24.0/tests/libtest
does not contain a CMakeLists.txt file.
CMake does not support this case but it used to work accidentally and is
being allowed for compatibility.
Policy CMP0014 is not set: Input directories must have CMakeLists.txt. Run
"cmake --help-policy CMP0014" for policy details. Use the cmake_policy |
|