]> Creatis software - creaImageIO.git/blobdiff - win64/sqlite/Readme.txt
Add sqlite files with cmakefile if future compilation is mandatory
[creaImageIO.git] / win64 / sqlite / Readme.txt
diff --git a/win64/sqlite/Readme.txt b/win64/sqlite/Readme.txt
new file mode 100644 (file)
index 0000000..82ed146
--- /dev/null
@@ -0,0 +1,18 @@
+////////////////////////////////////////////
+//   README                                                      //
+////////////////////////////////////////////
+
+If you need to rebuild sqlite library (.lib and .dll),
+Use the associated CMakeLists file to generate a sqlite project with the right compilator (x64 or x86).
+Check on SQLITE website if a new version of sqlite is not avaialble. 
+http://www.sqlite.org/download.html
+
+!!! IMPORTANT : you just need to download amalgation package and replace files :
+shell.c
+sqlite3.c
+sqlite.h
+sqlite3ext.h
+sqlite3.def
+
+(last version 3.6.23.1)
+