mirror of
https://gitgud.io/wackyideas/aerothemeplasma.git
synced 2024-08-15 00:43:43 +00:00
Update INSTALL.md
This commit is contained in:
parent
6ab5e39477
commit
452444340e
1 changed files with 10 additions and 5 deletions
15
INSTALL.md
15
INSTALL.md
|
@ -27,6 +27,8 @@ The following software is required for this project:
|
||||||
- KWinFT/KWin with compositing support for blur and other effects
|
- KWinFT/KWin with compositing support for blur and other effects
|
||||||
- Kvantum
|
- Kvantum
|
||||||
- Qt5 GraphicalEffects package (```qt5-graphicaleffects``` on Arch)
|
- 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)
|
- [Scale Minimize Animation](https://store.kde.org/p/1267839) (Can be installed through System Settings)
|
||||||
|
|
||||||
Optional programs:
|
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
|
$ 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 <a name="script"></a>
|
### 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.**
|
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 <a name="reflection"></a>
|
### Reflection Effect <a name="reflection"></a>
|
||||||
|
|
||||||
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
|
Go to the folder:
|
||||||
- extra-cmake-modules
|
|
||||||
|
|
||||||
Then, go to the folder:
|
|
||||||
|
|
||||||
```
|
```
|
||||||
cd ./KWin/kwin_reflect/
|
cd ./KWin/kwin_reflect/
|
||||||
|
|
Loading…
Reference in a new issue