Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.06 KB

INSTALL.md

File metadata and controls

40 lines (32 loc) · 1.06 KB

Compiling and Installing Pentobi From the Sources

Requirements

Building Pentobi requires the following tools and libraries:

In Debian (Testing/upcoming 13), they can be installed with the command

sudo apt install cmake g++ gettext librsvg2-bin libxkbcommon-dev make \
  qml6-module-qtcore qml6-module-qtqml-workerscript \
  qml6-module-qtquick-controls qml6-module-qtquick-dialogs \
  qml6-module-qtquick-layouts qml6-module-qtquick-templates \
  qml6-module-qtquick-window qt6-base-dev qt6-declarative-dev \
  qt6-declarative-private-dev qt6-tools-dev

Building

Pentobi can be compiled from the source directory with the commands

cmake .
make

Installing

Pentobi can be installed after compilation with the command

sudo make install