Difference between revisions of "SQLite Xerial JDBC From Source"

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

Revision as of 18:49, 19 December 2011

Windows

  • Install Cygwin from here [1], During the install include these additional libraries:
    • make
    • curl
    • unzip
    • mingw64-x86_64-gcc-core (Optional: win64 native library recompile)
  • Install Mercurial HG, available here [2]
  • Install Java SDK 1.5+, available here [3]
    • Add java/bin to PATH
    • On Command line, type java -version to check
  • Install Maven 3.0.2+, available here [4]
    • add maven/bin to PATH
    • On Command line, type mvn -version to check

Result