You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with version 3.34.0 native binaries are not included anymore in the source tree of the project. Instead, they are available as a zip in the release page.
31
+
For each release, the CI will produce this zip containing binaries for most OS and plateforms.
32
+
33
+
1. SQLite version to use should be set in the `VERSION` file
34
+
2. Download the corresponding zip file in the release page
35
+
3. Extract the zip to the root of the project
36
+
4. Check that binaries have been placed in src/main/resources/org/sqlite/native
37
+
5. Build using `mvn`: `mvn install`
38
+
27
39
How to build only the native library for your system (without cross-compilation)
0 commit comments