]> Creatis software - creaImageIO.git/blob - win64/sqlite/Readme.txt
82ed1464854eddbee73ba9aa3e17446c00c2025f
[creaImageIO.git] / win64 / sqlite / Readme.txt
1 ////////////////////////////////////////////
2 //   README                                                       //
3 ////////////////////////////////////////////
4
5 If you need to rebuild sqlite library (.lib and .dll),
6 Use the associated CMakeLists file to generate a sqlite project with the right compilator (x64 or x86).
7 Check on SQLITE website if a new version of sqlite is not avaialble. 
8 http://www.sqlite.org/download.html
9
10 !!! IMPORTANT : you just need to download amalgation package and replace files :
11 shell.c
12 sqlite3.c
13 sqlite.h
14 sqlite3ext.h
15 sqlite3.def
16
17 (last version 3.6.23.1)
18