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
Copy file name to clipboardExpand all lines: README_BUILD.md
+30-3
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,40 @@ Prerequisites
17
17
Build
18
18
-----
19
19
20
-
1. Edit the `VERSION` file and set the SQLite version to use corresponding to one of the github tags of https://github.com/Willena/libsqlite3-wx-see.git ( current is 3.x.x )
21
-
2. Edit the version number in `pom.xml` to match `VERSION`.
22
-
3. Then, run:
20
+
1. Edit the `VERSION` file and set the SQLite version to use as available on https://github.com/utelle/SQLite3MultipleCiphers/releases (use base SQLite3 version not the SQLiteMC version). Update the artifact version you want to produce accordingly.
21
+
2. Then, run:
23
22
24
23
```
25
24
$ make
26
25
```
26
+
27
+
How to build only the native library for your system (without cross-compilation)
0 commit comments