Qt 6.2.2 - we switched to the latest Qt 6 version and replaced lots of
deprecated functions and classes.
On Linux Qt 6's minimum compiler version is gcc9, so Vinci 5.10.0 onwards will require
libstdc++.so.6 to be present as version 6.0.26 or later. This is default for Ubuntu
20.04, but on Ubuntu 18.04 you would have to make it available together with
other newer library versions, e.g. like this:
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
After that, it's probably easiest to use the Debian installer together with a program that auto-installs dependencies like e.g.
sudo apt-get install ./vinci4_5.10.0-1_amd64.deb
You can then start Vinci manually as /opt/vinci4/bin/vinci_510, or via a menu entry of
the desktop under Graphics.
As the dependencies listed in the Debian installer are given for the current Ubuntu 18.04.6,
you might need to update Ubuntu before installing Vinci, though. Otherwise you might need to
install the tar ball and resolve the dependencies manually, as described in
INSTALL.htm.