Warning, /packaging/kdesdk-devenv-dependencies/README.md is written in an unsupported language. File is not indexed.

0001 # Creating an environment
0002 
0003 This package's main role is to point to the modules that will be required for comfortable development of both KDE applications and extending the Plasma shell.
0004 
0005 In itself it won't be providing anything but specify a set of resources that we need to make sure they're installed.
0006 
0007 ## Developers
0008 
0009 If you're here it's because you want to work on KDE Software or extend it. Here we provide a script named `packages` that will install the required software for your system to be able to develop most KDE Software. Some applications will have specific needs, here we are trying to address the general case.
0010 
0011 Once the required software is installed, you'll be able to clone and compile the project you have in mind. Here's some documentation on the next steps:
0012 [https://community.kde.org/Guidelines_and_HOWTOs/Build_from_source](https://community.kde.org/Guidelines_and_HOWTOs/Build_from_source)
0013 
0014 ## Distributions
0015 
0016 If you're here it's because you want to provide a package that will help the users of your distribution to contribute to KDE. Thank you!
0017 To that end you'll be providing a meta-package with the information this is giving you. This is not a normal package.
0018 This meta-package will provide the Appstream information that can be found in this directory as well as the dependencies that the `packages` script outputs.
0019 
0020 # Help
0021 
0022 If none of this is helping you, please contact us at kde-devel@kde.org.