Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 977 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 977 Bytes

Muon Qt6

Manage applications and libraries installed on your system to the package level. Search, install and remove packages and inspect their versions and their dependencies.

Build instructions

Requirements

Build dependencies:

cmake build-essential extra-cmake-modules qt6-base-dev libkf6kio-dev kf6-kdbusaddons-dev libkf6i18n-dev kf6-kiconthemes-dev kf6-kxmlgui-dev

Runtime dependencies:

apt-xapian-index kdialog software-properties-qt

Install

cd /where/your/downloaded/muon/source
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
make install