This is an old revision of the document!
Table of Contents
QtiPlot
We have an unlimited campus license for QtiPlot valid until 2027-11-03. This includes all new versions until the end of the license. If you need a newer version that is not here please contact us (admin@pkm.tu-darmstadt.de)
Linux
- Ubuntu 22.04 and 22.10 (requires Qt 5.15 and Python 3.10): qtiplot_1.1.1_x86_64.deb
- Ubuntu 20.04 (requires Qt 5.12 and Python 3.8): qtiplot_1.1.1_x86_64.deb
- Ubuntu 18.04 (requires Qt 5.9 and Python 3.6): qtiplot_1.1.1_x86_64.deb
- Debian 11 (stable) (requires Qt 5.15 and Python 3.9): qtiplot_1.1.1_amd64.deb
Windows
- qtiplot-1.1.1-win64-python310.exe (requires Python 3.10 64-bit installed for all users)
- qtiplot-1.1.1-win64-python310.msi (on request, requires Python 3.10 64-bit installed for all users)
- qtiplot-1.1.1-win64-no-python.exe (no Python scripting support)
Silent installation
It is possible to perform a silent installation of QtiPlot by launching the setup from a command terminal with the “/silent” option:
name_of_qtiplot_installer.exe /silent
macOS
- macOS >= 11.0, Python 3.8: qtiplot-1.1.1-python38-M1.zip
Intel (x86_64)
- macOS >= 10.13, Python 3.8: qtiplot-1.1.1-python38.zip
- macOS >= 10.9, Python 2.7: qtiplot-1.1.1-python27.zip
Install notes for Intel macs
If you experience a crash when trying to run a fresh installation of QtiPlot on a mac with an Intel chip, please perform the following steps:
- Completely remove QtiPlot by moving the QtiPlot icon from the Applications folder to the bin.
- Reinstall QtiPlot using the latest installer available for your chip (Intel).
- Start QtiPlot from a terminal window using the -d option, by typing the following command:
/Applications/qtiplot.app/Contents/MacOS/qtiplot -d&
Point 3 is only necessary the first time you start QtiPlot, afterwards everything should work normally.
Linux generic binaries
The binaries bellow do not need installation. They can be unarchived and used directly from the resulting folder by typing the following commands in a terminal:
tar -xf file_name.tar.bz2 cd qtiplot-1.1 ./qtiplot -d&
Generic binaries (no Python scripting support)
- 64-bit: qtiplot-1.1.1-64bit.tar.bz2 (built with Qt 5.9.7 on CentOS 7)
ArchLinux (with Python scripting support)
The binary below depends on several packages that can be installed by typing the following command in a terminal:
sudo pacman -S qt5-serialport qt5-svg qt5-imageformats qt5-tools qt5-webkit python-pyqt5 python-pyqt5-sip python-sip4 sip4 glu
- 64-bit: qtiplot-1.1.1-archlinux.tar.bz2 (requires Qt 5.15.6 and Python 3.10.8)