source: main/trunk/greenstone2/common-src/packages/sqlite/README.txt@ 28370

Last change on this file since 28370 was 26801, checked in by davidb, 11 years ago

Changes to support compiling with Android NDK

File size: 851 bytes
Line 
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.
5
6SQLite is in the public domain and is thus free for use for any purpose,
7commercial or private.
8
930 May 2008
10Michael Dewsnip
11DL 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 TracBrowser for help on using the repository browser.