From 489ae1896019ffb1ded72729a8a695129d192b97 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Tue, 2 Aug 2016 19:26:15 +0100 Subject: [PATCH] Add JSON1 extension to the OSX build instructions --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 349c77f9..e3f050db 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -87,7 +87,7 @@ Building an .app bundle version takes a bit more effort, but isn't too hard. It requires SQLite and Qt 4.x/5.x to be installed first. These are the [Homebrew](http://brew.sh) steps, though other package managers should work: - $ brew install sqlite --with-functions --without-readline + $ brew install sqlite --with-functions --with-json1 --without-readline $ brew install qt $ brew link sqlite3 --force