Skip to content

Commit 7964bd5

Browse files
authored
Merge pull request #2153 from MRtrix3/docs_qt5
Docs: State Qt5 as GUI requirement
2 parents 7bb1920 + 900f13a commit 7964bd5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/installation/build_from_source.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Required dependencies:
3535
due to `deprecation of Python2 <https://www.python.org/doc/sunset-python-2/>`__);
3636
- The `zlib <http://www.zlib.net/>`__ compression library;
3737
- `Eigen <http://eigen.tuxfamily.org>`__ version >= 3.2 (>= 3.3 recommended);
38-
- `Qt <http://www.qt.io/>`__ version >= 4.7 (>= 5.0 recommended) *[GUI components only]*;
38+
- `Qt <http://www.qt.io/>`__ version >= 5.5 *[GUI components only]*;
3939

4040
and optionally:
4141

@@ -113,7 +113,7 @@ packages:
113113

114114
- the Eigen template library (only consists of development header/include files);
115115

116-
- Qt version >= 4.7 (>= 5.0 is recommended), its corresponding development
116+
- Qt version >= 5.5, its corresponding development
117117
header/include files, and the executables required to compile the code.
118118
Note that this can be broken up into several packages, depending on how your
119119
distribution has chosen to distribute this. You will need to get
@@ -210,8 +210,6 @@ macOS
210210
`<http://download.qt.io/official_releases/qt/>`__
211211

212212
You need to select the file labelled ``qt-opensource-mac-x64-clang-5.X.X.dmg``.
213-
Note that you need to use at least Qt 5.1, since earlier versions
214-
don't support OpenGL 3.3, though we advise you to use the latest version.
215213
You can choose to install it system-wide or just in your home folder,
216214
whichever suits; just remember where you installed it.
217215

0 commit comments

Comments
 (0)