Created a basic Android make file for curl and libcurl. A config.h

is also needed before curl can be built in Android, but it's not clear
what the best way is to provide one.
This commit is contained in:
Dan Fandrich
2009-06-02 19:02:02 +00:00
parent 6fce5b54a8
commit e1270928a3
2 changed files with 57 additions and 0 deletions

View File

@@ -6,6 +6,13 @@
Changelog
Daniel Fandrich (2 June 2009)
- Checked in a Google Android make file. To use it, you must first
create a config.h file by running configure in the Android environment,
which doesn't seem to be easy to do. If no easy way can be found, a
static config-android.h may need to be created and checked in to the
libcurl source tree.
Daniel Stenberg (1 June 2009)
- Claes Jakobsson fixed the configure script to better find and use NSS
without pkg-config.