aliyun / aliyun-oss-cpp-sdk

Aliyun OSS SDK for C++
Other
184 stars 88 forks source link

OSS sdk cmake失败。 #126

Open Sugar0612 opened 2 years ago

Sugar0612 commented 2 years ago

cmake .. -- Project version: 1.9.0 -- TARGET_OS: LINUX -- Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR) -- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY OPENSSL_INCLUDE_DIR) CMake Error at CMakeLists.txt:85 (message): Could not find curl

-- Configuring incomplete, errors occurred!

可我明明安装了 curl 和 openssl了啊

Sugar0612 commented 2 years ago

操。。。。你们文档写的就有问题, 构建Android平台 在linux上 openssl 和 curl的 lib 和 include 不是放在 $ANDROID_NDK/sysroot, 而是放在 $ANDROID_NDK/toolchain/../sysroot下, 这tmd就是两个东西好嘛??!