Tiny Core Extensions > TCE 1.x
sqlite3.tcel, sqlite3-devs.tce, sqlite3.tczl, sqlite3-devs.tcz
(1/1)
Jason W:
Thanks to stevens we have sqlite3.tcel, sqlite3-devs.tce, sqlite3.tczl, sqlite3-devs.tcz.
--- Code: ---Title: sqlite3.tcel
Description: Client and library for embedded SQL database. (TESTING)
Version: 3.6.7
Author: Dr. Richard Hipp
Original-site: http://www.sqlite.org/
Copying-policy: Public Domain
Filesize: 540KB
Extension by: stevens
Comments: ---------
Current: 2008/12/24 First version
--- End code ---
--- Code: ---Title: sqlite3-devs.tce
Description: Client and library for embedded SQL database dev files. (TESTING)
Version: 3.6.7
Author: Dr. Richard Hipp
Original-site: http://www.sqlite.org/
Copying-policy: Public Domain
Filesize: 617KB
Extension by: stevens
Comments: ---------
Current: 2008/12/24 First version
--- End code ---
--- Code: ---Title: sqlite3.tczl
Description: Client and library for embedded SQL database. (TESTING)
Version: 3.6.7
Author: Dr. Richard Hipp
Original-site: http://www.sqlite.org/
Copying-policy: Public Domain
Filesize: 942KB
Extension by: stevens
Comments: ---------
Current: 2008/12/24 First version
--- End code ---
--- Code: ---Title: sqlite3-devs.tcz
Description: Client and library for embedded SQL database dev files. (TESTING)
Version: 3.6.7
Author: Dr. Richard Hipp
Original-site: http://www.sqlite.org/
Copying-policy: Public Domain
Filesize: 1MB
Extension by: stevens
Comments: ---------
Current: 2008/12/24 First version
--- End code ---
Juanito:
I've compiled a couple of apps that look for the sqlite3 headers in /usr/local/include rather than in /usr/local/include/sqlite3 and they also look for a sqlite3.pc file.
If you ever re-build the sqlite3-devs files, perhaps you could add the following:
symlinks:
/usr/local/include/sqlite3.h --> /usr/local/include/sqlite3/sqlite3.h
/usr/local/include/sqlite3ext.h --> /usr/local/include/sqlite3/sqlite3ext.h
pkgconfig file /usr/local/lib/pkgconfig/sqlite3.pc:
# Package Information for pkg-config
prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: SQLite
Description: SQL database engine
Version: 3.6.7
Libs: -L${libdir} -lsqlite3
Libs.private: -ldl -lpthread
Cflags: -I${includedir}
Jason W:
Thanks to Roberto A. Foglietta for an update to sqlite:
--- Code: ---Title: sqlite3-devs.tcz
Description: SQLite devel
Version: 3.6.13
Author: Dr. Richard Hipp
Original-site: http://www.sqlite.org
Copying-policy: Public Domain
Size: 264K
Extension_by: stevens, Roberto A. Foglietta
Comments: SQLite is a software library that implements
a self-contained, serverless, zero-configuration,
transactional SQL database engine. SQLite is the
most widely deployed SQL database engine in the
world.
Change-log: 2009/04/28 Drammatic size reduction, added .pc, and newer version (3.6.13)
2008/12/24 First version (3.6.7)
Current: 2009/04/28 Drammatic size reduction, added .pc, and newer version (3.6.13)
--- End code ---
--- Code: ---Title: sqlite3-devs.tcz
Description: SQLite devel
Version: 3.6.13
Author: Dr. Richard Hipp
Original-site: http://www.sqlite.org
Copying-policy: Public Domain
Size: 316K
Extension_by: stevens, Roberto A. Foglietta
Comments: SQLite is a software library that implements
a self-contained, serverless, zero-configuration,
transactional SQL database engine. SQLite is the
most widely deployed SQL database engine in the
world.
Change-log: 2009/04/28 Drammatic size reduction, added .pc, and newer version (3.6.13)
2008/12/24 First version (3.6.7)
Current: 2009/04/28 Drammatic size reduction, added .pc, and newer version (3.6.13)
--- End code ---
--- Code: ---Title: sqlite3.tcel
Description: SQLite
Version: 3.6.13
Author: Dr. Richard Hipp
Original-site: http://www.sqlite.org
Copying-policy: Public Domain
Size: 208K
Extension_by: stevens, Roberto A. Foglietta
Comments: SQLite is a software library that implements
a self-contained, serverless, zero-configuration,
transactional SQL database engine. SQLite is the
most widely deployed SQL database engine in the
world.
Change-log: 2009/04/28 Drammatic size reduction and newer version (3.6.13)
2008/12/24 First version (3.6.7)
Current: 2009/04/28 Drammatic size reduction and newer version (3.6.13)
--- End code ---
--- Code: ---Title: sqlite3.tczl
Description: SQLite
Version: 3.6.13
Author: Dr. Richard Hipp
Original-site: http://www.sqlite.org
Copying-policy: Public Domain
Size: 232K
Extension_by: stevens, Roberto A. Foglietta
Comments: SQLite is a software library that implements
a self-contained, serverless, zero-configuration,
transactional SQL database engine. SQLite is the
most widely deployed SQL database engine in the
world.
Change-log: 2009/04/28 Drammatic size reduction and newer version (3.6.13)
2008/12/24 First version (3.6.7)
Current: 2009/04/28 Drammatic size reduction and newer version (3.6.13)
--- End code ---
Navigation
[0] Message Index
Go to full version