Installation: Difference between revisions

Jump to navigation Jump to search
Tags: Mobile edit Mobile web edit Advanced mobile edit
Tags: Mobile edit Mobile web edit Advanced mobile edit
(One intermediate revision by the same user not shown)
Line 41: Line 41:
Since XDSGUI depends on graphics packages that may need to be installed, you can check the xdsgui binary with
Since XDSGUI depends on graphics packages that may need to be installed, you can check the xdsgui binary with
  ldd `which xdsgui` | grep found
  ldd `which xdsgui` | grep found
and that should show you the libraries it it didn't find. Your friendly system administrator will then work out the specific commands to install those libraries.
and that should show you the libraries it didn't find. Your friendly system administrator knows the specific commands to install those libraries.
 
N.B. this may list libpng15.so for the latest XDSGUI (compiled May 2023), but you can ignore that!


For RedHat-type distributions, that would typically be e.g.  
For RedHat-type distributions, that would typically be e.g.  
Line 53: Line 55:
   sudo apt-file update
   sudo apt-file update


Ubuntu 20.04: If the Qt5 libraries are missing, use <code>sudo apt install libqt5gui5 libqt5printsupport5 libqt5opengl5</code>.  
Versions of XDSGUI compiled before 2021: Ubuntu 20.04: If the Qt5 libraries are missing, use <code>sudo apt install libqt5gui5 libqt5printsupport5 libqt5opengl5</code>. On CentOS7, this would be <code>yum -y install qt5-qtbase-gui qt5-qtbase</code> .
 
On CentOS7, this would be <code>yum -y install qt5-qtbase-gui qt5-qtbase</code> .


<code>xxdiff</code> is likely available for your distribution - google for it, or try e.g.
<code>xxdiff</code> is likely available for your distribution - google for it, or try e.g.
2,652

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu