general:qtiplot
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
general:qtiplot [2022-11-03 07:55] – [Linux] Markus Rosenstihl | general:qtiplot [2024-08-27 21:04] (current) – [Linux] Markus Rosenstihl | ||
---|---|---|---|
Line 3: | Line 3: | ||
If you need a newer version that is not here please contact us (< | If you need a newer version that is not here please contact us (< | ||
- | The manual can be found [[https:// | + | * the manual can be found [[https:// |
+ | * tutorials are also [[https:// | ||
+ | <WRAP center round tip 60%> | ||
+ | The newest packages can be found here: [[http:// | ||
+ | </ | ||
+ | |||
+ | The QtiPlot owner has enabled the possibility that all persons having a valid e-mail license hosted by our institute (ending in ' | ||
+ | |||
+ | The two steps login process is described below: | ||
+ | |||
+ | - Enter your email address in the password field on a login page (e.g. https:// | ||
+ | - A verification code together with a verification link is sent to the email address provided. Warning: the spam folder should be checked if the email with the verification code is not received. | ||
+ | - Once the validity of the email address is verified, the email address needs to be entered again in the password field. | ||
+ | - Done, the installation files can be download directly from their website. | ||
----- | ----- | ||
===== Linux ===== | ===== Linux ===== | ||
- | * Ubuntu 22.04 and 22.10 (requires Qt 5.15 and Python 3.10): {{ : | + | [[http://mirror.infra.pkm/ |
- | * Ubuntu 20.04 (requires Qt 5.12 and Python 3.8): {{ : | + | |
- | }} | + | |
- | * Ubuntu 18.04 (requires Qt 5.9 and Python 3.6): {{ : | + | |
- | * Debian 11 (stable) (requires Qt 5.15 and Python 3.9): {{ : | + | |
---- | ---- | ||
===== Windows ===== | ===== Windows ===== | ||
+ | Important: Python needs to be installed with the option to set the PATH variable and available for everybody. There are checkboxes at the very beginning, both need to be set! | ||
- | * {{ :general:201022_qtiplot-1.1.1-win64-python310.exe |qtiplot-1.1.1-win64-python310.exe}} (requires [[https:// | + | * {{ :general:030323_qtiplot-1.1.3-win64-python310.exe |qtiplot-1.1.3-win64-python310.exe}}(requires [[https:// |
* qtiplot-1.1.1-win64-python310.msi (on request, requires [[https:// | * qtiplot-1.1.1-win64-python310.msi (on request, requires [[https:// | ||
* {{ : | * {{ : | ||
- | ==== Silent installation | + | === Silent installation === |
It is possible to perform a silent installation of QtiPlot by launching the setup from a command terminal with the "/ | It is possible to perform a silent installation of QtiPlot by launching the setup from a command terminal with the "/ | ||
- | | + | <code batch> |
+ | name_of_qtiplot_installer.exe /silent | ||
+ | </ | ||
---- | ---- | ||
===== macOS ===== | ===== macOS ===== | ||
+ | === M1/M2 === | ||
* macOS >= 11.0, Python 3.8: {{ : | * macOS >= 11.0, Python 3.8: {{ : | ||
- | ==== Intel (x86_64) | + | === Intel (x86_64) === |
* macOS >= 10.13, Python 3.8: {{ : | * macOS >= 10.13, Python 3.8: {{ : | ||
* macOS >= 10.9, Python 2.7: {{ : | * macOS >= 10.9, Python 2.7: {{ : | ||
- | === Install notes for Intel macs === | + | == 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: | 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: | ||
Line 47: | Line 58: | ||
- Start QtiPlot from a terminal window using the -d option, by typing the following command: ''/ | - Start QtiPlot from a terminal window using the -d option, by typing the following command: ''/ | ||
- | Point 3 is only necessary the first time you start QtiPlot, afterwards everything should work normally. | + | 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: | ||
+ | |||
+ | <code bash> | ||
+ | tar -xf file_name.tar.bz2 | ||
+ | cd qtiplot-1.1 | ||
+ | ./qtiplot -d& | ||
+ | </ | ||
+ | |||
+ | === Generic binaries (no Python scripting support) === | ||
+ | |||
+ | * 64-bit: {{ : | ||
+ | |||
+ | === ArchLinux (with Python scripting support) === | ||
+ | |||
+ | The binary below depends on several packages that can be installed by typing the following command in a terminal: | ||
+ | |||
+ | <code bash> | ||
+ | sudo pacman -S qt5-serialport qt5-svg qt5-imageformats qt5-tools qt5-webkit python-pyqt5 python-pyqt5-sip python-sip4 sip4 glu | ||
+ | </ | ||
+ | |||
+ | * 64-bit: {{ : |
general/qtiplot.1667458554.txt.gz · Last modified: 2022-11-03 06:17 (external edit)