Difference between revisions of "SQLite Xerial JDBC From Source"

From CDOT Wiki
Jump to: navigation, search
(Requirements)
(Windows)
Line 1: Line 1:
 
== Requirements ==
 
== Requirements ==
 
=== Windows ===
 
=== Windows ===
* cygwin
+
* Install Cygwin from here[http://cygwin.com/], with these additional libraries:
 
** curl
 
** curl
 
** unzip
 
** unzip
** mingw64-x86_64-gcc-core (win 64 native library)
+
** mingw64-x86_64-gcc-core (Optional: win64 native library recompile)
  
 
== Steps ==
 
== Steps ==
  
 
== Result ==
 
== Result ==

Revision as of 18:28, 19 December 2011

Requirements

Windows

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

Steps

Result