-
Decide where you're going to put the compiled library, e.g.
~/lib
. We'll call this<target-dir>
below. -
Clone ralight/sqlite3-pcre
-
Ensure
pcre
is installed (brew install pcre
). -
In the
sqlite3-pcre
directory, compile with:cc \ -shared \
-o /sqlite3-pcre.so \