Removed readline dependancy of SQLite on OSX

Readline isn't needed the way we use things, and it's just an unneccesary dependency
This commit is contained in:
Justin Clift
2014-07-21 22:30:07 +01:00
parent 64bcc42241
commit 815dae90e2

View File

@@ -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