mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-27 22:40:34 -06:00
Update binary build instruction for macOS (#2338)
I modified it by referring by Issue 2338.
This commit is contained in:
@@ -125,9 +125,10 @@ Building an .app bundle version takes a bit more effort, but isn't too hard.
|
||||
It requires SQLite and Qt 5.x to be installed first. These are the
|
||||
[Homebrew](http://brew.sh) steps, though other package managers should work:
|
||||
|
||||
$ brew install sqlite --with-functions --with-json1 --without-readline
|
||||
$ brew tap sqlitebrowser/sqlite3
|
||||
$ brew install sqlitefts5
|
||||
$ brew install qt
|
||||
$ brew link sqlite3 --force
|
||||
$ brew link sqlitefts5 --force
|
||||
|
||||
Then it's just a matter of getting the source:
|
||||
|
||||
@@ -141,7 +142,7 @@ And compiling it:
|
||||
$ cd sqlitebrowser
|
||||
$ qmake
|
||||
$ make
|
||||
$ brew unlink sqlite3
|
||||
$ brew unlink sqlitefts5
|
||||
$ mv src/DB\ Browser\ for\ SQLite.app /Applications/
|
||||
|
||||
An icon for "DB Browser for SQLite" should now be in your main OSX Applications
|
||||
|
||||
Reference in New Issue
Block a user