diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-10-23 11:50:36 -0400 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-10-23 11:51:21 -0400 |
commit | 02f4490deafcce164a985f03ea6ef572d9023d54 (patch) | |
tree | 6143b42309d104e1299c699512de73addc458148 /INSTALL | |
parent | ccfdd6deecf9e471016a3c52d58a0e4fbe2a4b61 (diff) | |
download | subsurface-02f4490deafcce164a985f03ea6ef572d9023d54.tar.gz |
Mac build: update instructions
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -172,13 +172,9 @@ $ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/maste 2) Install needed dependencies -$ brew install asciidoc libzip sqlite cmake libusb pkg-config automake libtool hidapi libxml2 curl openssl libssh2 +$ brew install asciidoc libzip cmake libusb pkg-config automake libtool hidapi curl libssh2 -3) Make the brew version of sqlite the default - -$ brew link --force sqlite - -4) Download and install Qt +3) Download and install Qt You can build Qt from source or use the prebuilt binaries for Mac. Start by downloading the online installer: @@ -198,7 +194,7 @@ as well as QtWebEngine, Qt3D, Qt Canvas 3D and the Qt Extras. If you want to build from source (which takes a very long time and a lot of disk) -$ cd ~/Qt/5.5/Src/ +$ cd ~/Qt/5.9.2/Src/ $ ./configure -prefix /usr/local -opensource |