Skip to content

Commit

Permalink
readme: add build instructions for fedora kinoite
Browse files Browse the repository at this point in the history
  • Loading branch information
taj-ny committed Dec 4, 2024
1 parent f9e0115 commit 5a3c53c
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ Fixes for blur-related Plasma bugs that haven't been patched yet.
</details>

# Building from source
> [!NOTE]
> On Fedora Kinoite and other distributions based on it, the effect must be built in a container.
### Dependencies
- CMake
- Extra CMake Modules
Expand Down Expand Up @@ -74,7 +77,7 @@ Fixes for blur-related Plasma bugs that haven't been patched yet.
</details>

<details>
<summary>Fedora</summary>
<summary>Fedora 40, 41</summary>
<br>

```
Expand All @@ -98,10 +101,28 @@ cd kwin-effects-forceblur
mkdir build
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
make
sudo make install
make -j
```

### Installation
<details>
<summary>Fedora Kinoite</summary>
<br>

```sh
cpack -V -G RPM
sudo rpm-ostree install kwin-better-blur.rpm
```
</details>
<details>
<summary>Other distributions</summary>
<br>

```sh
sudo make install
```
</details>

Remove the *build* directory when rebuilding the effect.

# Usage
Expand Down

0 comments on commit 5a3c53c

Please sign in to comment.