nixos/tips/distrobox/kde/use_distrobox.md

20 lines
597 B
Markdown
Raw Permalink Normal View History

2024-09-06 19:29:30 +02:00
# How to develop on KDE
## First configuration
1. `distrobox assemble`
2024-09-07 20:55:40 +02:00
> You can add --replace to recreate distrobox container
2024-09-06 19:29:30 +02:00
2. `distrobox enter kdedev`
3. `bash configure.sh`
4. `kde-builder run solid`
2024-09-07 20:55:40 +02:00
> You use NixOS ? It's necessary to run `new_shell` alias before.
> The alias unset all nixos env variables with nix store references to avoid conflicts with build or run of KDE Shells/Apps/Tools.
2024-09-06 19:29:30 +02:00
## Usefull config in ~/.config/kdesrc-buildrc
Autogenerate editor configuration
- generate-clion-project-config
- generate-vscode-project-config
2024-09-07 20:55:40 +02:00
- generate-qtcreator-project-config