From 2e1b0b566db9136fd5e1a3e09d2e69c1efb0f821 Mon Sep 17 00:00:00 2001 From: Digital Artifex <7929434+DigitalArtifex@users.noreply.github.com> Date: Tue, 5 Aug 2025 15:18:26 -0400 Subject: [PATCH] Update README.md --- README.md | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a39ce5e..de65e1a 100644 --- a/README.md +++ b/README.md @@ -73,11 +73,32 @@ Example `pack.json` file: Contents of the `data` directory should be placed in `~/.local/komplex/` -Compiling requires setting up the `kde-builder` package, setting the required env variables and selecting the proper CMake kit for building. +### Requirements +- qt6-base +- qt6-multimedia +- qt6-multimedia-gstreamer* +- qt6-declarative +- qt6-imageformats +- qt6-quick3d +- qt6-shadertools +- ECM (extra-cmake-modules) +- plasma-desktop +- cmake + +### Instructions + +After ensuring your system has all the required packages, run the following commands +``` +git clone https://github.com/DigitalArtifex/kde-komplex-wallpaper-engine.git +cd kde-komplex-wallpaper-engine +cmake -S ./ -B ./build +cmake --build ./build +cmake --install ./build +``` ## Installation (Release Packages) -No release packages are available at this time. We are working on getting them setup for multiple package managers. +Currently only Arch packages are available at this time. I am working towards Debian and Gentoo releases as well. ## Credits