@@ -35,7 +35,7 @@ Required dependencies:
35
35
due to `deprecation of Python2 <https://www.python.org/doc/sunset-python-2/ >`__);
36
36
- The `zlib <http://www.zlib.net/ >`__ compression library;
37
37
- `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] *;
39
39
40
40
and optionally:
41
41
@@ -113,7 +113,7 @@ packages:
113
113
114
114
- the Eigen template library (only consists of development header/include files);
115
115
116
- - Qt version >= 4.7 (>= 5.0 is recommended) , its corresponding development
116
+ - Qt version >= 5.5 , its corresponding development
117
117
header/include files, and the executables required to compile the code.
118
118
Note that this can be broken up into several packages, depending on how your
119
119
distribution has chosen to distribute this. You will need to get
@@ -210,8 +210,6 @@ macOS
210
210
`<http://download.qt.io/official_releases/qt/ >`__
211
211
212
212
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.
215
213
You can choose to install it system-wide or just in your home folder,
216
214
whichever suits; just remember where you installed it.
217
215
0 commit comments