Difference between revisions of "SQLite Xerial JDBC From Source"
Cwdesautels (talk | contribs) (→Windows) |
Cwdesautels (talk | contribs) (→Windows) |
||
Line 3: | Line 3: | ||
1. Install Cygwin from here [http://cygwin.com/], During the install include these additional libraries: | 1. Install Cygwin from here [http://cygwin.com/], 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) | ||
2. Install Mercurial HG, available here [http://mercurial.selenic.com/] | 2. Install Mercurial HG, available here [http://mercurial.selenic.com/] |
Revision as of 17:44, 19 December 2011
Steps
Windows
1. Install Cygwin from here [1], During the install include these additional libraries:
- curl
- unzip
- mingw64-x86_64-gcc-core (Optional: win64 native library recompile)
2. Install Mercurial HG, available here [2] 3. Install Java SDK 1.5+, available here [3]
- Add java/bin to PATH
4. Install Maven 3.0.2+, available here [4]
- add maven/bin to PATH