Skip to content

Commit b53e586

Browse files
authored
Update README_BUILD.md
1 parent 1f213b1 commit b53e586

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README_BUILD.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,19 @@ Build
2323
```
2424
$ make
2525
```
26-
26+
27+
How to build without having to rebuild native libraries
28+
========================================================
29+
30+
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+
2739
How to build only the native library for your system (without cross-compilation)
2840
====================================================
2941

0 commit comments

Comments
 (0)