You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
324 B
Markdown
20 lines
324 B
Markdown
4 years ago
|
# CutefishOS KWin Plugins
|
||
|
|
||
|
## Dependencies
|
||
|
|
||
|
`sudo pacman -S extra-cmake-modules qt5-base qt5-declarative kconfig kdecoration kguiaddons kcoreaddons kconfigwidgets kwindowsystem kwayland kwin`
|
||
|
|
||
|
## Build
|
||
|
|
||
|
```
|
||
|
mkdir build
|
||
|
cd build
|
||
|
cmake ..
|
||
|
make
|
||
|
sudo make install
|
||
|
```
|
||
|
|
||
|
## License
|
||
|
|
||
|
cutefish-kwin-plugins is licensed under GPLv3.
|