From 815dae90e2c44087e9d68d824cc36afe8f8997c5 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Mon, 21 Jul 2014 22:30:07 +0100 Subject: [PATCH] Removed readline dependancy of SQLite on OSX Readline isn't needed the way we use things, and it's just an unneccesary dependency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3541ff6c..01ad0721 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Building on OSX is simple, but requires SQLite and Qt 4.8.x to be installed first. These are the Homebrew steps, though other package managers should work: - $ brew install sqlite --with-functions + $ brew install sqlite --with-functions --without-readline $ brew install qt $ brew link sqlite3 --force