User:Nmariusp
Appearance
How to install kde-builder
How to install kde-builder fast
mkdir -p ~/kde/src cd ~/kde/src git clone https://invent.kde.org/sdk/kde-builder.git cd kde-builder # Make sure that you have Python >= 3.12. python3 -m venv .venv # I use bash. source .venv/bin/activate pip install pipenv pipenv install ./kde-builder --initial-setup <<< 'N' mv ~/.config/kdesrc-buildrc . # Edit the file ./kdesrc-buildrc as needed. # kde-builder is installed. # Use ./kde-builder instead of ./kdesrc-build. The command lines are the same. ./kde-builder kconfig ./kde-builder kcalc ./kde-builder --run kcalc # Run kcalc with the KDE theme that is used by your KDE Plasma desktop. ./kde-builder plasma-integration ./kde-builder --run kcalc ./kde-builder frameworks