Translate
Appearance
Text
This page always uses small font size
Width
AllKDevelop5/Manual/Appendix A: Building KDevelop from Sources
Translate to Ladin
Translation of the wiki page KDevelop5/Manual/Appendix A: Building KDevelop from Sources from English (en).
This tool does not work without JavaScript. JavaScript is disabled, failed to work, or this browser is unsupported.
Translations:KDevelop5/Manual/Appendix A: Building KDevelop from Sources/Page display title/lld
KDevelop5/Manual/Appendix A: Building KDevelop from Sources
You need translation rights to translate messages.Get permission
Loading...
Latest updatesAll changes
Suggestions
In other languages
Need more help?Ask for more information
Translations:KDevelop5/Manual/Appendix A: Building KDevelop from Sources/1/lld
== Building KDevelop from Sources ==
You need translation rights to translate messages.Get permission
Loading...
Latest updatesAll changes
Suggestions
In other languages
Need more help?Ask for more information
If you want to have the latest features and bugfixes, you can build '''KDevelop''' yourself from the sources.
There is a more detailed article [https://community.kde.org/KDevelop/HowToCompile_v5 here] which uses the kdesrc-build system that builds up-to-date '''KDE''' dependencies and then KDevelop. The article also details a configuration change to prevent building all of the '''KDE''' dependencies when using kdesrc-build.
Be aware that you ''could'' build an unstable version. To help the developers fix bugs, please keep the <code>RelWithDebInfo</code> and report bugs to http://bugs.kde.org, either by hand or using Dr. Konqi.
* kdelibs-devel >= 4.3 - http://www.kde.org
* qt-devel >= 4.5.2 - http://qt-project.org/
* boost-devel >= 1.35 - http://www.boost.org
* g++ >= 4.0 - http://gcc.gnu.org
* CMake >= 2.6.2 - http://www.cmake.org
* qjson-devel
{{Input|1=
mkdir kdevgit
cd kdevgit
git clone git://anongit.kde.org/kdevplatform
git clone git://anongit.kde.org/kdevelop
cd kdevplatform
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
make && sudo make install
kbuildsycoca4
cd ../..
cd kdevelop
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
make && sudo make install
kbuildsycoca4
}}
{{Input|1=
mkdir kdevgit
cd kdevgit
git clone git://anongit.kde.org/kdevplatform
git clone git://anongit.kde.org/kdevelop
cd kdevplatform
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=$HOME/kdevelop4 ..
make && make install
# the following line is needed so that kbuildsycoca4 finds all .desktop files
export KDEDIRS=$HOME/kdevelop4:/usr
kbuildsycoca4
cd ../..
cd kdevelop
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=$HOME/kdevelop4 ..
make && make install
kbuildsycoca4
}}
Please note: Whenever you do some package or distribution update that calls '''kbuildsycoca4''', you need to execute the following lines after the update:
{{Prevnext2
| prevpage=Special:MyLanguage/KDevelop5/Manual/Customizing_KDevelop |
| prevtext=Customizing KDevelop |
| index=Special:MyLanguage/KDevelop5/Manual | indextext=Back to menu
}}
Loading messages...
0% translated, 0% reviewed
Retrieved from "https://userbase.kde.org/Special:Translate"