KDevelop/Install: Difference between revisions
(Initial version) |
m (→Mac OS X: Changed repo to the active one on KDE Invent) |
||
(15 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
= How to install KDevelop = | = How to install KDevelop = | ||
== GNU/Linux == | |||
Many Linux distributions include KDevelop by default, and most have a package management system that enables you to easily install KDevelop. Generally, you should install from the package management system. | |||
If for some reason you cannot or do not want to use your distribution's packaging system (outdated packages, no packages), for versions of KDevelop since 5.0, you can also find a '''cross-distribution binary''' (AppImage) [https://www.kdevelop.org/download here]. | |||
=== Ubuntu === | === Ubuntu === | ||
Line 7: | Line 13: | ||
</pre> | </pre> | ||
=== | === openSUSE === | ||
<pre> | <pre> | ||
zypper install | zypper install kdevelop5 | ||
</pre> | </pre> | ||
Line 17: | Line 23: | ||
KDevelop, KDevelop-php (with docs) and KDevelop-Python are in the [extra] repository. To install any just type: | KDevelop, KDevelop-php (with docs) and KDevelop-Python are in the [extra] repository. To install any just type: | ||
<pre> | <pre> | ||
pacman -S kdevelop | pacman -S kdevelop kdevelop-php kdevelop-python | ||
</pre> | </pre> | ||
=== Fedora === | === Fedora === | ||
The latest version of KDevelop | The latest version of KDevelop, KDevelop-php (with docs), and KDevelop-python packaged for Fedora is contained in the default repository and can be installed using: | ||
<pre> | <pre> | ||
dnf install kdevelop | |||
</pre> | </pre> | ||
resp. | resp. | ||
<pre> | <pre> | ||
dnf install kdevelop-php | |||
</pre> | </pre> | ||
or by installing the above packages through the ''' | resp. | ||
<pre> | |||
dnf install kdevelop-python | |||
</pre> | |||
or by installing the above packages through the '''Dnfdragora''' package manager. | |||
=== Gentoo Linux === | === Gentoo Linux === | ||
KDevelop, KDevelop-php | KDevelop, KDevelop-php and KDevelop-Python are available in the Gentoo package repository. Make sure to check the available USE flags for configuration. To install just type: | ||
<pre> | <pre> | ||
emerge -a kdevelop kdevelop-php kdevelop-python | |||
</pre> | </pre> | ||
== | == FreeBSD == | ||
KDevelop is available from FreeBSD Ports. | |||
KDevelop can be compiled from source on Windows via KDE's | <pre> | ||
pkg install kdevelop | |||
</pre> | |||
== Microsoft Windows == | |||
You can download the KDevelop for Windows installer from [https://www.kdevelop.org/download the KDevelop download page]. | |||
KDevelop can also be compiled from source on Windows via KDE's Craft tool. This tool will set up a development environment (including a Qt + KF5 build), and then compiles & install KDevelop. To get started, visit the [https://community.kde.org/Guidelines_and_HOWTOs/Build_from_source/Windows Windows build instructions]. | |||
To compile & install kdevelop just type this into your command window: | To compile & install kdevelop just type this into your command window: | ||
<pre> | <pre> | ||
craft kdevelop | |||
</pre> | </pre> | ||
Line 59: | Line 73: | ||
</pre> | </pre> | ||
== Mac OS X == | |||
There's a [https://invent.kde.org/packaging/homebrew-kde homebrew repository for KDevelop and other KDE Apps]. See installation instructions there. | |||
== Haiku == | |||
KDevelop is available from the Haiku Depot, in the [https://depot.haiku-os.org/kdevelop HaikuPorts repository]. | |||
== From Sources == | |||
You can compile it like any other KDE project: See the [https://community.kde.org/KDevelop/HowToCompile_v5 KDevelop-specific TechBase instructions] instructions or the [http://techbase.kde.org/Getting_Started/Build Getting_Started/Build general instructions general build instructions for KDE projects]. | You can compile it like any other KDE project: See the [https://community.kde.org/KDevelop/HowToCompile_v5 KDevelop-specific TechBase instructions] instructions or the [http://techbase.kde.org/Getting_Started/Build Getting_Started/Build general instructions general build instructions for KDE projects]. |
Latest revision as of 21:43, 4 December 2020
How to install KDevelop
GNU/Linux
Many Linux distributions include KDevelop by default, and most have a package management system that enables you to easily install KDevelop. Generally, you should install from the package management system.
If for some reason you cannot or do not want to use your distribution's packaging system (outdated packages, no packages), for versions of KDevelop since 5.0, you can also find a cross-distribution binary (AppImage) here.
Ubuntu
sudo apt-get install kdevelop
openSUSE
zypper install kdevelop5
Arch Linux
KDevelop, KDevelop-php (with docs) and KDevelop-Python are in the [extra] repository. To install any just type:
pacman -S kdevelop kdevelop-php kdevelop-python
Fedora
The latest version of KDevelop, KDevelop-php (with docs), and KDevelop-python packaged for Fedora is contained in the default repository and can be installed using:
dnf install kdevelop
resp.
dnf install kdevelop-php
resp.
dnf install kdevelop-python
or by installing the above packages through the Dnfdragora package manager.
Gentoo Linux
KDevelop, KDevelop-php and KDevelop-Python are available in the Gentoo package repository. Make sure to check the available USE flags for configuration. To install just type:
emerge -a kdevelop kdevelop-php kdevelop-python
FreeBSD
KDevelop is available from FreeBSD Ports.
pkg install kdevelop
Microsoft Windows
You can download the KDevelop for Windows installer from the KDevelop download page.
KDevelop can also be compiled from source on Windows via KDE's Craft tool. This tool will set up a development environment (including a Qt + KF5 build), and then compiles & install KDevelop. To get started, visit the Windows build instructions.
To compile & install kdevelop just type this into your command window:
craft kdevelop
Run kdevelop by just typing
kdevelop
Mac OS X
There's a homebrew repository for KDevelop and other KDE Apps. See installation instructions there.
Haiku
KDevelop is available from the Haiku Depot, in the HaikuPorts repository.
From Sources
You can compile it like any other KDE project: See the KDevelop-specific TechBase instructions instructions or the Getting_Started/Build general instructions general build instructions for KDE projects.