Linux¶
This page provides instructions on how to install and configure PMP on a Debian Linux machine.
The installer installs the required components for PMP.
The setup file is called pmp-96.9.0.716123d8.deb, where 96.9.0.716123d8 denotes the PMP version number.
Prerequisites¶
The PMP Tooling requires version 6.8 of Qt to run. If your version of Debian does not provide this version in its package repositories (Before Debian 13), it must be installed manually. The following packages are required:
libqt6svg6, libqt6svgwidgets6, libqt6core5compat6, libqt6gui6, libqt6widgets6, libqt6test6, libqt6dbus6, libqt6network6
Installer¶
The installer can be run using the command:
sudo dpkg -i pmp.96.9.0.716123d8.deb
After installation the files are located in the following folders:
Folder |
Description |
|---|---|
|
Simulator services. |
|
Executables. |
|
Simulator modules. |
|
C++ header files. |
|
Libraries. |
|
MATLAB/Simulink PMP toolbox and cross-compiler. |
|
PyXML to XML conversion tool. |
|
XML schema files. |
|
Processing block templates. |
|
C++ wrapper source file. |