AspeQt is now supported under Linux (specifically Ubuntu v14.04 LTS and above) as well as MS Windows (8/7/Vista/XP).
Distributed binary may also run as is on other Linux distros like Debian, and derivatives of Ubuntu like Xubuntu, Kubuntu etc...

As most linux distros include support for QT runtime, no separate Qt libraries are provided with the executable. If your particular
distro does not include qt libraries, or is missing some, you will need to download and install them separately with the following command:
           sudo apt-get install <Qt library name>

To find out which shared libraries are needed, change to the folder where AspeQt is located and type the following:
           ldd ./AspeQt
