Get Involved/Quality/Beta/4.10/Installing

From KDE Community Wiki
< Get Involved‎ | Quality‎ | Beta‎ | 4.10


Live CDs

A live CD with KDE 4.10 RC 2 is available at http://www.zevenos.com/allgemein/neptune-3-beta-3-is-ready.html

Virtual Machine

You can get an virtual image at: http://kubuntu.s3.amazonaws.com/list.html?sort=name&sortdir=desc Latest install is at the top.

Download the image, extract, install KVM and run "./run.sh"

Installing 4.10 beta with your distribution packages

Slackware

The packages will be obtainable at http://alien.slackbook.org/ktown/ The instructions for usage will be posted on http://alien.slackbook.org/blog/

Arch Linux

There is a dedicated [kde-unstable] repository. This repo only contains KDE/Calligra beta and RC releases (with their unstable deps); when the stable version is out, the packages are moved to the [extra] repository.

Installation steps are at:

https://wiki.archlinux.org/index.php/KDE#Official_kde-unstable

In case you want to test Pairs alone, you can use the package from aur 'pairs-git': http://aur.archlinux.org/packages.php?ID=56310

Chakra Linux

The [kde-unstable] repository contains the newest beta or release candidate release, alongside any special dependency and aswell any package affected (digiKam, calligra, chokoq...), alongside debug packages and build logs.

Gentoo

Provides scm versions (ebuilds) for master/trunk & stable branch, betas and rc's in an extra repository (overlay). Detailed install instructions can be found here:

http://www.gentoo.org/proj/en/desktop/kde/kde4-guide.xml

Fedora

There is an unofficial kde-unstable/kde-testing and a kde-stable repo maintained by Rex Dieter - the place where the newest bits come for already released stuff. But Fedora Rawhide is always the first place for all builds.

openSUSE

See http://en.opensuse.org/KDE_repositories#Factory_aka._KDF_.28KDE_SC_4.10.29

Kubuntu

Backports

Please follow the instructions at http://www.kubuntu.org/news/kde-sc-4.9.90

Using Project Neon

Project neon will install the latest version of KDE *alongside* your current installation. This has the advantage that your main system is not upgraded, but does require a significant more amount of disk space.

Note that project neon runs with a different KDE config directory so your settings will not be transferred, this means original settings will not be affected.

Installation

First add the project neon repository:

sudo add-apt-repository ppa:neon/ppa

Then upgrade apts list of packages

sudo apt-get update

Install the minimal set of packages required to run Neon:

sudo apt-get install project-neon-base

If you would like to install all the packages from the repository :
[ NOTE : This WILL take up alot of space ]

sudo apt-get install project-neon-all


Running

When at your login screen, click the blue arrow to select your Session, here select "Project Neon". To revert back to your original stable KDE setup, select "KDE Plasma Workspace" at the login screen.

Compiling the sources

Compiling a single application against your KDE 4.9 installation

You need the Qt (>= 4.7) and kdelibs (4.8) development packages. Then follow:
http://techbase.kde.org/Development/Tutorials/Building_An_Existing_Application

Using build-tool

Build-tool is a ruby program which will build the 4.10 beta packages. It also has some neat features like progress bars and eta for compile time. It can also automatically generate a ~/.xsessionrc which can be used by KDM when you select to boot into a "Custom" session type. That will enable you to easily get into a KDE session which was built from source, without even having to modify any of your scripts like ~/.bashrc, ~/.zshrc, etc.

Install ruby 1.9 and rubygems through your package manager. Run 'sudo gem install build-tool'. Now that build-tool is installed, we need to install the KDE recipes to have it build KDE from source. Run 'build-tool recipe add git://gitorious.org/build-tool/kde-trunk-recipe.git kde' to add the KDE recipe to the program. Then 'build-tool recipes install kde'. From there, you can run 'kde-build help' to see the commands available for the KDE recipe, as well as compile and update the git repositories. For more detailed information, visit:http://michael-jansen.biz/build-tool/quick-start.html

Ask annma on IRC #kde-quality and/or mjansen on #kde-devel (freenode) for help