From 8608116ede80e4208051a8257fa3404c1cacbdf3 Mon Sep 17 00:00:00 2001 From: Anthony Howe Date: Wed, 12 Apr 2023 15:02:27 -0400 Subject: [PATCH] GH-2 Fix build instructions with repect to libsnert and sqlite3. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df0de2d..62f14f8 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ BarricadeMX - An SMTP Filtering Proxy Build & Install From Source --------------------------- -* Install `SQLite` from a package. Prior to [LibSnert's](https://github.com/SirWumpus/libsnert) availability on GitHub, the old tarballs included SQLite, but GitHub tarballs do not, so it needs to be installed separately. +* Install `SQLite` from a package. Prior to [LibSnert's](https://github.com/SirWumpus/libsnert) availability on GitHub, the old `libsnert` tarballs included SQLite, but the GitHub `libsnert` repository does not, so it needs to be installed separately. -* [Build LibSnert](https://github.com/SirWumpus/libsnert#configuration--build) first as instructed with the `./configure --without-sqlite3` option at least; it should find the pre-installed version of SQLite. +* [Build LibSnert](https://github.com/SirWumpus/libsnert#configuration--build) first, do *not* disable `sqlite3` support; it should find the pre-installed version of SQLite. * Building `smtpf` should be: