2,684
edits
(→Libraries and software that the program depends on: mention Qt5) |
|||
Line 157: | Line 157: | ||
or similar for libQtCore.so.4 or libQtOpenGL.so.4 . | or similar for libQtCore.so.4 or libQtOpenGL.so.4 . | ||
RedHat Enterprise Linux 8 (CentOS 8) does not provide the needed libraries for the Qt4-based xdsgui binary (which is still the default). For such new distributions, you should install the new Qt5 xdsgui binary linked above. | |||
RedHat Enterprise Linux 8 (CentOS 8) does not provide the needed libraries for the Qt4-based xdsgui binary (which is still the default). | |||
'''Ubuntu''' needs the libglu1-mesa package if you get the error message | '''Ubuntu''' needs the libglu1-mesa package if you get the error message | ||
xdsgui: error while loading shared libraries: libGLU.so.1: cannot open shared object file: No such file or directory | xdsgui: error while loading shared libraries: libGLU.so.1: cannot open shared object file: No such file or directory | ||
On the '''Mac''' (e.g. Yosemite) one needs [https://itunes.apple.com/us/app/xcode/id497799835?ls=1&mt=12 Xcode] installed. Otherwise one may obtain a popup error “You can’t open the application because it is not supported on this type of Mac.” After installation of Xcode, run the <code>strings</code> command (once) and accept the license agreement! | On the '''Mac''' (e.g. Yosemite) one needs [https://itunes.apple.com/us/app/xcode/id497799835?ls=1&mt=12 Xcode] installed. Otherwise one may obtain a popup error “You can’t open the application because it is not supported on this type of Mac.” After installation of Xcode, run the <code>strings</code> command (once) and accept the license agreement! | ||