2,684
edits
(Qt5 source and binaries (Thomas Hauß, HZB)) |
(make the Qt5 version the default for Linux.) |
||
Line 3: | Line 3: | ||
Source code adapted to Qt5 is available as [https://{{SERVERNAME}}/pub/xds-viewer-0.7.tar.gz] (Thomas Hauß, HZB). | Source code adapted to Qt5 is available as [https://{{SERVERNAME}}/pub/xds-viewer-0.7.tar.gz] (Thomas Hauß, HZB). | ||
To compile the program | To compile the program, use the following recipe: | ||
wget http://downloads.sourceforge.net/xds-viewer/xds-viewer-0.6.tar.gz | wget http://downloads.sourceforge.net/xds-viewer/xds-viewer-0.6.tar.gz | ||
tar xf | tar xf xds-viewer-0.6.tar.gz | ||
cd xds-viewer-0.6 | cd xds-viewer-0.6 | ||
sh compile.sh | sh compile.sh | ||
# If this complains about missing tools or libraries, use e.g. "yum search cmake" | # If this complains about missing tools or libraries, use e.g. "yum search cmake" | ||
# I had to "yum install cmake qt-devel" | # I had to "yum install cmake qt-devel" | ||
# on CentOS6 I had to install and use cmake3 instead of cmake | |||
# installation of the 0.7 version works in the same way | |||
The following patch makes the x and y values fit into the upper right window: | The following patch makes the x and y values fit into the upper right window: | ||
Line 26: | Line 28: | ||
<strikeout>false</strikeout> | <strikeout>false</strikeout> | ||
Linux binaries are available at https://{{SERVERNAME}}/pub/linux_bin . The | Linux binaries are available at https://{{SERVERNAME}}/pub/linux_bin . The default one is a [https://{{SERVERNAME}}/pub/linux_bin/XDS-viewer Qt5 binary] (a Qt4 binary is available as XDS-viewer.qt4). | ||
A [https://{{SERVERNAME}}/pub/mac_bin/XDS-Viewer-macOS10.15.dmg binary] for MacOS 10.15 was also made available by Thomas Hauß (HZB). | A [https://{{SERVERNAME}}/pub/mac_bin/XDS-Viewer-macOS10.15.dmg Qt5 binary] for MacOS 10.15 and newer was also made available by Thomas Hauß (HZB). The old Qt4 XDS-Viewer-0.6.dmg is still the default; so Mac users must decide which one is appropriate. | ||
==Binaries at the sourceforge site== | ==Binaries at the sourceforge site== |