From 459901a0a4697cc069dd2cc16584dc296a237ac7 Mon Sep 17 00:00:00 2001 From: Latch1501 Date: Sat, 30 Mar 2024 08:17:43 +0000 Subject: [PATCH] Add Fedora dependacies --- INSTALL.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index fde4b1c..8bdfe46 100755 --- a/INSTALL.md +++ b/INSTALL.md @@ -45,6 +45,10 @@ On OpenSUSE Tumbleweed, install the following packages (required for the Reflect $ sudo zypper install kwindowsystem-devel kwin5-devel libkdecoration2-devel libQt5Gui-devel ``` +On Fedora and Fedora-based distributions (Nobara, CentOS, etc.), the following dnf packages are required: +``` +$ sudo dnf install -y make automake gcc gcc-c++ kernel-devel kvantum cmake make extra-cmake-modules qt5-qtbase qt5-qtbase-devel kwin-devel kf5-kcmutils-devel kdecoration-devel libepoxy-devel kdecoration-devel kf5-kguiaddons-devel kf5-ki18n-devel kf5-kwayland-devel kf5-plasma-devel kf5-kiconthemes-devel +``` ### Install Script AeroThemePlasma features an early experimental install script which currently serves to ease parts of the installation. It's a work in progress and marked as experimental, so things may or may not work properly. **The install script is provided as-is, and there's a nonzero chance that it might unintentionally break your system, delete your files, and/or cause a housefire. You have been warned.**