2,684
edits
m (→Libraries and software that the program depends on: clarify) |
m (→Libraries and software that the program depends on: rearrange and shorten) |
||
Line 152: | Line 152: | ||
==== Libraries and software that the program depends on ==== | ==== Libraries and software that the program depends on ==== | ||
Procedures for identifying and installing missing libraries are given in the [[Installation]] article. | |||
On the '''Mac''' (e.g. Yosemite) one needs the (free) [https://itunes.apple.com/us/app/xcode/id497799835?ls=1&mt=12 Xcode] command line tools installed. | |||
If on '''Linux''' you get an error message like | |||
xdsgui: error while loading shared libraries: libQtGui.so.4: cannot open shared object file: No such file or directory | |||
or similar for libQtCore.so.4 or libQtOpenGL.so.4 , you should install the Qt5 version which is now the default on Linux. | |||
== Known bugs, problems and workarounds == | == Known bugs, problems and workarounds == |