mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user