Difference between revisions of "SQLite Xerial JDBC From Source"

From CDOT Wiki
Jump to: navigation, search
(Steps)
(Requirements)
Line 1: Line 1:
== Requirements ==
+
== Steps ==
 
=== Windows ===
 
=== Windows ===
* Install Cygwin from here[http://cygwin.com/]
+
* Install Cygwin from here [http://cygwin.com/], During the install include these additional libraries:
 
 
==== Steps ====
 
* During the install, include these additional libraries:
 
 
** curl
 
** curl
 
** unzip
 
** unzip
 
** mingw64-x86_64-gcc-core (Optional: win64 native library recompile)
 
** mingw64-x86_64-gcc-core (Optional: win64 native library recompile)
 +
* Install Java SDK 1.5+, available here [http://java.sun.com]
 +
* Install Mercurial HG, available here [http://mercurial.selenic.com/]
 +
* Install Maven 3.0.2+, available here [http://maven.apache.org]
  
 
== Result ==
 
== Result ==

Revision as of 18:38, 19 December 2011

Steps

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)
  • Install Java SDK 1.5+, available here [2]
  • Install Mercurial HG, available here [3]
  • Install Maven 3.0.2+, available here [4]

Result