2,684
edits
m (→TOOLS) |
|||
Line 126: | Line 126: | ||
'''and to start the GUI from a terminal window, by typing xdsgui'''. In a similar way, XDS-viewer should be put into the $PATH under the name xds-viewer, e.g. using | '''and to start the GUI from a terminal window, by typing xdsgui'''. In a similar way, XDS-viewer should be put into the $PATH under the name xds-viewer, e.g. using | ||
sudo ln -s /Applications/XDS-Viewer.app/Contents/MacOS/xds-viewer-bin /usr/local/bin/xds-viewer | sudo ln -s /Applications/XDS-Viewer.app/Contents/MacOS/xds-viewer-bin /usr/local/bin/xds-viewer | ||
==== Libraries that the program depends on ==== | |||
In case of Fedora or Redhat Enterprise Linux distributions, you may have to | |||
yum install qt qt-x11 | |||
if you get the error message | |||
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. | |||
'''Ubuntu 14.04''' has libmng2 instead of libmng. Therefore, on 32bit systems you should try | '''Ubuntu 14.04''' has libmng2 instead of libmng. Therefore, on 32bit systems you should try |