Difference between revisions of "SQLite Xerial JDBC From Source"

From CDOT Wiki
Jump to: navigation, search
(Windows)
(Windows)
Line 1: Line 1:
 
== Requirements ==
 
== Requirements ==
 
=== Windows ===
 
=== Windows ===
* Install Cygwin from here[http://cygwin.com/], with these additional libraries:
+
* Install Cygwin from here[http://cygwin.com/]
 +
* During the install, include these additional libraries:
 
** curl
 
** curl
 
** unzip
 
** unzip

Revision as of 18:29, 19 December 2011

Requirements

Windows

  • Install Cygwin from here[1]
  • During the install, include these additional libraries:
    • curl
    • unzip
    • mingw64-x86_64-gcc-core (Optional: win64 native library recompile)

Steps

Result