From 9fb75d181ff00a262d7b9e5c95cdb1f1406de8e0 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Mon, 23 Jun 2014 01:05:00 +0100 Subject: [PATCH] Ensure the Homebrew version of SQLite3 is found --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 04bdbda5..c8b88250 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ work: $ brew install sqlite --with-functions $ brew install qt + $ brew link sqlite3 --force Then it's just a matter of getting the source: @@ -88,6 +89,7 @@ And compiling it: $ cd sqlitebrowser $ qmake $ make + $ brew unlink sqlite3 $ mv src/sqlitebrowser.app /Applications/ An icon for "sqlitebrowser" should now be in your main OSX Applications