Add Fedora dependacies
This commit is contained in:
parent
7cc4ccabbc
commit
459901a0a4
1 changed files with 4 additions and 0 deletions
|
@ -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 <a name="script"></a>
|
||||
|
||||
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.**
|
||||
|
|
Loading…
Add table
Reference in a new issue