Skip to content

Commit

Permalink
doc: mention that pkgconf is a prereq to source builds
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
flavorjones committed May 1, 2024
1 parent 42d3302 commit 096088b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ If you are on a platform or version of Ruby that is not covered by the Native Ge

By default, as of v1.5.0 of this library, the latest available version of libsqlite3 is packaged with the gem and will be compiled and used automatically. This takes a bit longer than the native gem, but will provide a modern, well-supported version of libsqlite3.

⚠ A prerequisite to build the gem with the packaged sqlite3 is that you must have `pkgconf` installed.

For example, on a linux system running Ruby 2.5:

``` text
Expand Down

0 comments on commit 096088b

Please sign in to comment.