Update binary build instruction for macOS (#2338)

I modified it by referring by Issue 2338.
This commit is contained in:
SeongTae Jeong
2020-07-20 21:51:37 +09:00
parent a3360cc2aa
commit 31fa71e248

View File

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