diff --git a/index.php b/index.php index eea54e0..9dd9606 100644 --- a/index.php +++ b/index.php @@ -1,129 +1,90 @@ kdesrc-logo, image of test tubes with bubbling fluid kdesrc-build is a tool to allow you to easily build KDE from its source repositories.

-Latest Release: -kdesrc-build .

+Latest Release:: The development version of kdesrc-build is currently +recommended, and can be downloaded from KDE's git server by running: -However, the development version of kdesrc-build is currently recommended, see -the latest news post for more information. +
 $ git clone git://anongit.kde.org/kdesrc-build
+
-
- -

Latest News:

-

2014-Jan-13

-

Despite the lack of news updates here, development continues apace for kdesrc-build, -especially to support the upcoming KDE Frameworks 5 (KF5) release.

- -

Even though the next version was marked as 1.16, I will probably skip that release -and make the next release 2.0 instead, timed to coincide a bit with KF5.

- -

In the meantime please use kdesrc-build from its git repository. It can be checked -out by running the following command at a terminal/konsole/xterm/etc.:

- -
$ git clone git://anongit.kde.org/kdesrc-build
- -

From there you can consult the included kdesrc-buildrc-sample file (for Qt4 -and KDE 4), -or use the kf5-* config files for KF5 development.

- -

I have also attempted to keep the documentation -up to date with changes (there are a couple of new options).

+This command will download kdesrc-build (the script and its associated modules) +and sample configuration files suitable for KDE Frameworks 5 and Plasma Desktop +5. -

2012-Oct-05

-

There is no new release at this point, but improvements continue to be made -in the development version of kdesrc-build. It is recommended to run this -development version in general due to the periodic changes that continue to be -made within the KDE source code structure.

+Afterwards, you can run
kdesrc-build --metadata-only
to have +kdesrc-build download the current information about the KDE source +configuration. -

To checkout the development version of kdesrc-build, you can run:

-
    git clone git://anongit.kde.org/kdesrc-build
- -

using a terminal program (like Konsole). Run that command from the directory -you want kdesrc-build to be saved in.

- -

To update an existing kdesrc-build development checkout you can run:

-
    git pull
- -

from within the kdesrc-build directory.

- -

2012-May-21

-

kdesrc-build 1.15.1 has been -released. This release makes kdesrc-build easier to package by improving the test -suite and looking for distribution-standard variants of some required tools. A couple -of very minor bugfixes are also included. See the release page for full details.

- -

2012-May-05

-

kdesrc-build 1.15 has been -released. This release has seen many bugfixes and improvements, mostly along the lines -of improving support for the KDE Project -Database infrastructure. See the release page for full details.

+From there you can try
kdesrc-build --pretend
to see what +kdesrc-build would do, or something like
kdesrc-build --include-dependencies plasma-desktop
+to build Plasma Desktop 5 and its associated kde.org-based dependencies. +

Features