Difference between revisions of "SQLite Xerial JDBC From Source"
Cwdesautels (talk | contribs) (→Requirements) |
Cwdesautels (talk | contribs) (→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 ( | + | ** mingw64-x86_64-gcc-core (Optional: win64 native library recompile) |
== Steps == | == Steps == | ||
== Result == | == Result == |
Revision as of 17:28, 19 December 2011
Contents
Requirements
Windows
- Install Cygwin from here[1], with these additional libraries:
- curl
- unzip
- mingw64-x86_64-gcc-core (Optional: win64 native library recompile)