diff options
author | John Fultz <jfultz@wolfram.com> | 2017-08-02 00:21:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-02 00:21:40 -0500 |
commit | 6684280feec74fa4c58066cf8e667b5f19a717c7 (patch) | |
tree | 6fa1e702d41eaac6e985f4e6adc1e0574f0574e5 /README.MacOS | |
parent | 9593f48793d6a11617de47a96c282f9ddb153cd5 (diff) | |
parent | a91130890c24612fd4c1fba0fabce5723ffe78d4 (diff) |
Merge pull request #37 from gokceneraslan/qt55
Port quackle to Qt 5.5
Diffstat (limited to 'README.MacOS')
-rw-r--r-- | README.MacOS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.MacOS b/README.MacOS index 16d428f..9a78654 100644 --- a/README.MacOS +++ b/README.MacOS @@ -2,9 +2,9 @@ Requirements: ------------- 1. Xcode (for the compiler and build tools) -2. A version of Qt 4. I use HomeBrew to grab the latest version, - presently Qt 4.8.6. Installing in HomeBrew is as easy as - brew install qt +2. A version of Qt 5. I use HomeBrew to grab the latest version, + presently Qt 5.5.1. Installing in HomeBrew is as easy as + brew install qt5 Building Quackle: ----------------- |