mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
Ensure the Homebrew version of SQLite3 is found
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user