Difference between revisions of "SQLite Xerial JDBC From Source"
Cwdesautels (talk | contribs) |
Cwdesautels (talk | contribs) (→SQlite addtions) |
||
Line 25: | Line 25: | ||
== SQlite addtions == | == SQlite addtions == | ||
− | * To add | + | * For a full list of compilation options see here [http://www.sqlite.org/compile.html] |
+ | * To add compilation options to sqlite: | ||
+ | ** Edit ''Makefile'' in the repo root starting at Ln. 58 |
Revision as of 18:06, 19 December 2011
Contents
Windows
Setup
- 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
Steps
- Clone the Xerial repo, type:
- hg clone https://sqlite-jdbc.googlecode.com/hg/ sqlite-jdbc
- Go into repo folder, type:
- cd sqlite-jdbc
- Start the build, type:
- make
- Retrieve the newly built, compiled and tested jar at:
- sqlite-jdbc/target/sqlite-jdbc-3.7.*.jar
SQlite addtions
- For a full list of compilation options see here [5]
- To add compilation options to sqlite:
- Edit Makefile in the repo root starting at Ln. 58