KDevelop/Install4.5: Difference between revisions
mNo edit summary |
({{Proposed_deletion|reason=Page was useful in 2013.}}) |
||
(13 intermediate revisions by 8 users not shown) | |||
Line 1: | Line 1: | ||
{{Proposed_deletion|reason=Page was useful in 2013.}} | |||
<languages/> | <languages/> | ||
<translate> | <translate> | ||
== How to install KDevelop 4.5 == | == How to install KDevelop 4.5 == <!--T:1--> | ||
=== Arch Linux === | === Arch Linux === <!--T:2--> | ||
<!--T:3--> | |||
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: | ||
{{Input|1= pacman -S kdevelop | |||
pacman -S kdevelop-php | |||
pacman -S kdevelop-python}} | |||
=== Fedora === | === Fedora === <!--T:4--> | ||
<!--T:5--> | |||
The latest version of KDevelop and KDevelop-php (with docs) packaged for Fedora is contained in the default repository and can be installed using: | The latest version of KDevelop and KDevelop-php (with docs) packaged for Fedora is contained in the default repository and can be installed using: | ||
{{Input|1=yum install kdevelop}} | |||
resp. | resp. | ||
{{Input|1=yum install kdevelop-php}} | |||
or by installing the above packages through Apper. | or by installing the above packages through the '''Apper''' package manager. | ||
<!--T:6--> | |||
{{Note|1=As of May 6, 2013, KDevelop 4.5.0 has been pushed to the official stable updates for Fedora 17 and 18, and therefore the above commands now install version 4.5.0.}} | |||
=== Gentoo Linux === <!--T:7--> | |||
<!--T:8--> | |||
KDevelop, KDevelop-php (with docs) and KDevelop-Python are in the kde overlay. To install any just type: | |||
{{Input|1=layman -a kde | |||
emerge -av kdevelop | |||
pacman -av kdevelop-python}} | |||
=== Kubuntu === <!--T:17--> | |||
<!--T:18--> | |||
{{Input|1= sudo apt-add-repository ppa:kubuntu-ppa/backports | |||
sudo apt-get install kdevelop}} | |||
=== Mac OS X 10.8 === <!--T:19--> | |||
<!--T:20--> | |||
There's a [https://github.com/adymo/homebrew-kde homebrew repository for Kate and KDevelop]. See installation instructions there. | |||
=== From Sources === | === From Sources === <!--T:9--> | ||
You can compile it like any other KDE project: [http://techbase.kde.org/Getting_Started/Build] | <!--T:10--> | ||
You can compile it like any other KDE project: See the TechBase instructions at [http://techbase.kde.org/Projects/KDevelop4/HowToCompile Projects/KDevelop4/HowToCompile] for specific instructions or the [http://techbase.kde.org/Getting_Started/Build Getting_Started/Build general instructions]. | |||
http://download.kde.org/stable/kdevelop/4.5.0/src/kdevelop-4.5.0.tar.bz2.mirrorlist | <!--T:11--> | ||
http://download.kde.org/stable/kdevelop/4.5.0/src/kdevelop-4.5.0.tar.bz2.mirrorlist | |||
http://download.kde.org/stable/kdevelop/4.5.0/src/kdevplatform-1.5.0.tar.bz2.mirrorlist | http://download.kde.org/stable/kdevelop/4.5.0/src/kdevplatform-1.5.0.tar.bz2.mirrorlist | ||
http://download.kde.org/stable/kdevelop/4.5.0/src/kdevelop-php-1.5.0.tar.bz2.mirrorlist | http://download.kde.org/stable/kdevelop/4.5.0/src/kdevelop-php-1.5.0.tar.bz2.mirrorlist | ||
http://download.kde.org/stable/kdevelop/4.5.0/src/kdevelop-php-docs-1.5.0.tar.bz2.mirrorlist | http://download.kde.org/stable/kdevelop/4.5.0/src/kdevelop-php-docs-1.5.0.tar.bz2.mirrorlist | ||
sha256: | <!--T:12--> | ||
sha256: | |||
9f76375166f729782b30ee65f898a91db4593f4df776de522d3fae2c1d4ce608 ./kdevelop-4.5.0.tar.bz2 | 9f76375166f729782b30ee65f898a91db4593f4df776de522d3fae2c1d4ce608 ./kdevelop-4.5.0.tar.bz2 | ||
4b4af217eb81965fd25eed816715549fc50f935bcec1aa79a8b94454f39f79b1 ./kdevplatform-1.5.0.tar.bz2 | 4b4af217eb81965fd25eed816715549fc50f935bcec1aa79a8b94454f39f79b1 ./kdevplatform-1.5.0.tar.bz2 | ||
Line 35: | Line 62: | ||
7dfd3b42dab49dff3ab08d31c632ba7ba3637c8edf3845063e834e15cc45a5b1 ./kdevelop-php-docs-1.5.0.tar.bz2 | 7dfd3b42dab49dff3ab08d31c632ba7ba3637c8edf3845063e834e15cc45a5b1 ./kdevelop-php-docs-1.5.0.tar.bz2 | ||
=== Example: Distro Name, version === | === Example: Distro Name, version === <!--T:13--> | ||
<!--T:14--> | |||
Explanation of what needs to be done, risks | |||
<!--T:15--> | |||
#commands to execute | |||
<code> install kdevelop 4.5</code> | |||
<!--T:16--> | |||
[[Category:Development]] | [[Category:Development]] | ||
</translate> | </translate> |
Latest revision as of 23:00, 13 December 2023
How to install KDevelop 4.5
Arch Linux
KDevelop, KDevelop-php (with docs) and KDevelop-Python are in the [extra] repository. To install any just type:
pacman -S kdevelop pacman -S kdevelop-php pacman -S kdevelop-python
Fedora
The latest version of KDevelop and KDevelop-php (with docs) packaged for Fedora is contained in the default repository and can be installed using:
yum install kdevelop
resp.
yum install kdevelop-php
or by installing the above packages through the Apper package manager.
Gentoo Linux
KDevelop, KDevelop-php (with docs) and KDevelop-Python are in the kde overlay. To install any just type:
layman -a kde emerge -av kdevelop pacman -av kdevelop-python
Kubuntu
sudo apt-add-repository ppa:kubuntu-ppa/backports sudo apt-get install kdevelop
Mac OS X 10.8
There's a homebrew repository for Kate and KDevelop. See installation instructions there.
From Sources
You can compile it like any other KDE project: See the TechBase instructions at Projects/KDevelop4/HowToCompile for specific instructions or the Getting_Started/Build general instructions.
http://download.kde.org/stable/kdevelop/4.5.0/src/kdevelop-4.5.0.tar.bz2.mirrorlist http://download.kde.org/stable/kdevelop/4.5.0/src/kdevplatform-1.5.0.tar.bz2.mirrorlist http://download.kde.org/stable/kdevelop/4.5.0/src/kdevelop-php-1.5.0.tar.bz2.mirrorlist http://download.kde.org/stable/kdevelop/4.5.0/src/kdevelop-php-docs-1.5.0.tar.bz2.mirrorlist
sha256: 9f76375166f729782b30ee65f898a91db4593f4df776de522d3fae2c1d4ce608 ./kdevelop-4.5.0.tar.bz2 4b4af217eb81965fd25eed816715549fc50f935bcec1aa79a8b94454f39f79b1 ./kdevplatform-1.5.0.tar.bz2 73f3187e70f57ab2817ef1f023620b913d476a6433db98bcd28d58dc1649411d ./kdevelop-php-1.5.0.tar.bz2 7dfd3b42dab49dff3ab08d31c632ba7ba3637c8edf3845063e834e15cc45a5b1 ./kdevelop-php-docs-1.5.0.tar.bz2
Example: Distro Name, version
Explanation of what needs to be done, risks
- commands to execute
install kdevelop 4.5