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.md
+16-6Lines changed: 16 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -28,19 +28,29 @@ SQLite3 has its own [online documentation](http://www.sqlite.org/docs.html).
28
28
The `test`-directory in this distribution contains a few simple examples
29
29
for testing various features of this library.
30
30
31
-
### Building
31
+
### Build issues
32
32
33
-
SQLite3-OCaml depends upon `pkg-config` to locate and compile against an [SQLite3](http://www.sqlite.org) library compiled with [Run-Time Loadable Extensions](http://www.sqlite.org/loadext.html). If you're missing this, the build will fail with:
33
+
SQLite3-OCaml depends on `pkg-config` to locate and compile against an
34
+
[SQLite3](http://www.sqlite.org) library.
35
+
36
+
If the SQLite3 version is larger than or equal to 3.3.7, it is assumed that it
0 commit comments