Skip to content

Commit

Permalink
Add C++14 to our macOS BUILDING instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift committed Jan 20, 2021
1 parent cdf6db2 commit 3e06b2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ its name (eg ~/tmp/foo'), as compiling will error out.
And compiling it:

$ cd sqlitebrowser
$ qmake
$ qmake CONFIG+="c++14"
$ make
$ brew unlink sqlitefts5
$ mv src/DB\ Browser\ for\ SQLite.app /Applications/
Expand All @@ -159,11 +159,11 @@ list, ready to launch.
'make' step complaining about no targets. This seems to be solvable by
running:

$ qmake -spec macx-g++
$ qmake -spec macx-g++ CONFIG+="c++14"

or:

$ qmake -spec macx-llvm
$ qmake -spec macx-llvm CONFIG+="c++14"

(before the 'make' step)

Expand Down

0 comments on commit 3e06b2e

Please sign in to comment.