Skip to content

Commit

Permalink
GH-2 Fix build instructions with repect to libsnert and sqlite3.
Browse files Browse the repository at this point in the history
  • Loading branch information
SirWumpus committed Apr 12, 2023
1 parent 5db2abf commit 8608116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 8608116

Please sign in to comment.