Skip to content

Commit

Permalink
Add Plasma 6 to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matinlotfali committed Jan 15, 2024
1 parent 8b8d595 commit 00a057c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
6 changes: 2 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ cmake_minimum_required(VERSION 3.20)

project(kwin4_effect_shapecorners)

# kwin-dev qt6-base-dev-tools libkf6-kcmutils-dev

set(KF_MIN_VERSION "5.78.0")
set(QT_MIN_VERSION "5.15.0")
set(KF_MIN_VERSION "5.78")
set(QT_MIN_VERSION "5.15")
set(QT_VERSION_MAJOR 5)

set(CMAKE_CXX_STANDARD 20)
Expand Down
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,16 @@ This effect started as a fork of [shapecorners](https://sourceforge.net/projects

You need to install development packages for your distribution first:

- **Debian based (Ubuntu, Kubuntu, KDE Neon)** - by [alex47](https://github.com/alex47):
```
sudo apt install git cmake g++ gettext extra-cmake-modules qttools5-dev libqt5x11extras5-dev libkf5configwidgets-dev libkf5globalaccel-dev libkf5notifications-dev kwin-dev
```
- **Debian based (Ubuntu, Kubuntu, KDE Neon)**

- Plasma 5 - by [alex47](https://github.com/alex47):
```
sudo apt install git cmake g++ gettext extra-cmake-modules qttools5-dev libqt5x11extras5-dev libkf5configwidgets-dev libkf5globalaccel-dev libkf5notifications-dev kwin-dev
```
- Plasma 6 - by [matinlotfali](https://github.com/matinlotfali)
```
sudo apt install git cmake g++ kwin-dev qt6-base-dev-tools kf6-kcmutils-dev
```
- **Fedora** - by [matinlotfali](https://github.com/matinlotfali)
```
sudo dnf install git cmake gcc-c++ extra-cmake-modules qt5-qttools-devel qt5-qttools-static qt5-qtx11extras-devel kf5-kconfigwidgets-devel kf5-kcrash-devel kf5-kguiaddons-devel kf5-kglobalaccel-devel kf5-kio-devel kf5-ki18n-devel kwin-devel qt5-qtbase-devel libepoxy-devel
Expand Down

0 comments on commit 00a057c

Please sign in to comment.