From 096088b9023477fa85467f1cfd06b591121d5b1f Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Tue, 30 Apr 2024 22:03:40 -0400 Subject: [PATCH] doc: mention that pkgconf is a prereq to source builds [skip ci] --- INSTALLATION.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALLATION.md b/INSTALLATION.md index fa002fd7..50e5055c 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -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