Difference between revisions of "SQLite Xerial JDBC From Source"

From CDOT Wiki
Jump to: navigation, search
(Windows)
(Steps)
Line 4: Line 4:
  
 
== Steps ==
 
== Steps ==
 +
* During the install, include these additional libraries:
 +
** curl
 +
** unzip
 +
** mingw64-x86_64-gcc-core (Optional: win64 native library recompile)
  
 
== Result ==
 
== Result ==

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