Ignore:
Timestamp:
2013-01-29T17:13:50+13:00 (11 years ago)
Author:
davidb
Message:

Changes to support compiling with Android NDK

Location:
main/trunk/greenstone2/common-src/packages/sqlite
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/common-src/packages/sqlite/README.txt

    r15930 r26801  
    1 This package contains the source code for the sqlite3 executable and library in
    2 amalgamated form, as downloaded from http://www.sqlite.org. The only modifications
    3 have been to add a win32.mak file for compiling on Windows.
     1This package contains the source code for the sqlite3 executable and
     2library in amalgamated form, as downloaded from http://www.sqlite.org. The
     3only modifications have been to add a win32.mak file for compiling on
     4Windows.
    45
    56SQLite is in the public domain and is thus free for use for any purpose,
     
    910Michael Dewsnip
    1011DL Consulting Ltd. (http://www.dlconsulting.com)
     12
     13
     14====
     15
     16To compile this package using the Android NDK, the following auto-config
     17files needed to be replaced with newer versions that included the
     18'android' architecture as one of the valid host targets:
     19
     20 config.sub 
     21 config.guess
     22
     23This has been done (using the 'config.sub' and 'config.guess' files
     24from the 'gnome-lib/android-extra' folder in the gs2-extensions area)
     25and the files to libiconv tarred up once more.
     26
     27David Bainbridge
     2829/1/2013
     29====
Note: See TracChangeset for help on using the changeset viewer.