diff --git a/INSTALL.md b/INSTALL.md index 6ea953d..a229cdf 100755 --- a/INSTALL.md +++ b/INSTALL.md @@ -27,6 +27,8 @@ The following software is required for this project: - KWinFT/KWin with compositing support for blur and other effects - Kvantum - Qt5 GraphicalEffects package (```qt5-graphicaleffects``` on Arch) +- cmake +- extra-cmake-modules - [Scale Minimize Animation](https://store.kde.org/p/1267839) (Can be installed through System Settings) Optional programs: @@ -40,6 +42,12 @@ On Debian and Debian-based distributions (Ubuntu, Mint, etc.), the following apt $ sudo apt install cmake extra-cmake-modules build-essential qtbase5-dev libkdecorations2-dev libkf5configwidgets-dev libkf5config-dev libkf5coreaddons-dev libkf5windowsystem-dev libkf5wayland-dev kwin-dev ``` +On OpenSUSE Tumbleweed, install the following packages (required for the Reflection effect): + +``` +$ sudo zypper install kwindowsystem-devel kwin5-devel libkdecoration2-devel libQt5Gui-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.** @@ -274,12 +282,9 @@ To see the changes after compiling and setting Smaragd in the System Settings, s ### Reflection Effect -To install the reflection effect, it's recommended to build it from source, as dumping the precompiled files doesn't seem to work on its own. The required dependencies are: +To install the reflection effect, it's recommended to build it from source, as dumping the precompiled files doesn't seem to work on its own. -- cmake -- extra-cmake-modules - -Then, go to the folder: +Go to the folder: ``` cd ./KWin/kwin_reflect/