curl-android-ios
curl-android-ios copied to clipboard
Static libcurl to be used in Android and iOS apps. Build scripts included. No Android source required
Configured for android. *** Because of configuration changes, you MUST do the following before *** building: make depend make: Entering directory `/tmp/curl-android-ios/curl-compile-scripts' make: Nothing to be done for `ssl'. make:...
I saw the reply to #42 but I think a more official license would be nice. I'd like to fork the project to build upon and include other libraries but...
./build_Android.sh MacOS Big Sur 11.2 how to fix this error
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am CC libcurl_la-file.lo CC libcurl_la-timeval.lo CC libcurl_la-base64.lo CC libcurl_la-hostip.lo CC libcurl_la-progress.lo CC libcurl_la-formdata.lo CC libcurl_la-cookie.lo CC libcurl_la-http.lo CC libcurl_la-sendf.lo CC libcurl_la-ftp.lo CC libcurl_la-url.lo CC libcurl_la-dict.lo CC libcurl_la-if2ip.lo CC libcurl_la-speedcheck.lo...
Following the readme, I did ``` git clone [email protected]:gcesarmza/curl-android-ios.git cd curl-android-ios/ git submodule init && git submodule update export NDK_ROOT=/root/android-ndk-r13b/ ./build_Android.sh ``` But I am getting an error, the full...
There is a small typo in prebuilt-with-ssl/iOS/include/curl/curlver.h. Should read `comparison` rather than `comparions`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md
This upgrades everything to the most recent version of cURL.
I am using this library in my android app. The cpp/CMakeLists.txt's content is: ``` cmake_minimum_required(VERSION 3.4.1) add_library( # Sets the name of the library. native-lib # Sets the library as...
Hi, the build configuration stops with the following error: buildconf: m4 version not recognized. You need a GNU m4 installed! I installed m4 with "brew install m4" successfully. The xcode...