Difference between revisions of "SQLite Xerial JDBC From Source"

From CDOT Wiki
Jump to: navigation, search
(Windows)
(Windows)
Line 2: Line 2:
 
=== Windows ===
 
=== Windows ===
 
* Install Cygwin from here[http://cygwin.com/]
 
* Install Cygwin from here[http://cygwin.com/]
* During the install, include these additional libraries:
 
** curl
 
** unzip
 
** mingw64-x86_64-gcc-core (Optional: win64 native library recompile)
 
  
 
== Steps ==
 
== Steps ==
  
 
== Result ==
 
== Result ==

Revision as of 18:29, 19 December 2011

Requirements

Windows

  • Install Cygwin from here[1]

Steps

Result