Difference between revisions of "SQLite Xerial JDBC From Source"

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

Revision as of 18:30, 19 December 2011

Requirements

Windows

  • Install Cygwin from here[1]

Steps

  • During the install, include these additional libraries:
    • curl
    • unzip
    • mingw64-x86_64-gcc-core (Optional: win64 native library recompile)

Result