Installing
-
2. Downloading Kvantum
Download Kvantum Fedora Theme
-
3. Extracting Kvantum
And to Extract Kvantum Archive
Possibly Double-Click/Right-Click on Package and Open with Archive Manager:
Or from Command Line:unzip -d /tmp/ ~/Downloads/Kvantum-master.zip
(But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.)
-
4. Installing Dependencies
Then to Install Prerequisite Software
Simply run:sudo dnf install cmake gcc-c++ libX11-devel libXext-devel qt5-qtx11extras-devel qt5-qtbase-devel qt5-qtsvg-devel qt5-qttools-devel kf5-kwindowsystem-devel
-
5. Installing Kvantum
Then to Install Kvantum for Fedora
So first, access the Target directory with:cd /tmp/Kvantum
Then generate and entry the build directory:
mkdir build && cd build
Now make it:
cmake ..
make
And finally, to Set up it:
sudo make install
Contents