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

/etc/systemd/system

Simulator services.

/usr/bin

Executables.

/usr/bin/modules

Simulator modules.

/usr/include

C++ header files.

/usr/lib

Libraries.

/usr/share/pmp/matlab

MATLAB/Simulink PMP toolbox and cross-compiler.

/usr/share/pmp/miscellaneous

PyXML to XML conversion tool.

/usr/share/pmp/schemas

XML schema files.

/usr/share/pmp/templates/processingblocks

Processing block templates.

/usr/src

C++ wrapper source file.