You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Michael Pyne 900a08a7d8 kde-projects: Add --no-metadata command line option. 12 years ago
doc kde-projects: Add --no-metadata command line option. 12 years ago
modules/ksb kde-projects: Add --no-metadata command line option. 12 years ago
.reviewboardrc meta: Add reviewboard repository information. 12 years ago
AUTHORS Even more detailed copyright/license info. 15 years ago
CMakeLists.txt Extract options and mainline code into separate module. 13 years ago
COPYING.LIB Even more detailed copyright/license info. 15 years ago
Internals.txt api: Document more of the API. 13 years ago
LICENSE Even more detailed copyright/license info. 15 years ago
README GIT_SILENT Update README. 12 years ago
ROADMAP GIT_SILENT: Update roadmap. 13 years ago
kdesrc-build misc: Try harder to detect errors from File::Path::remove_tree. 12 years ago
kdesrc-build-setup Add rule for extra-cmake-modules. 13 years ago
kdesrc-build-test.pl refactor: Move execution-phase code into Application class. 13 years ago
kdesrc-buildrc-sample sample-rc: Don't need soprano or nepomuk if we're using baloo... 12 years ago
kdesrc-buildrc.xml kate-xml: Make XML validate per the DTD. 13 years ago
kf5-applications-build-include kf5: Add kde-baseapps 12 years ago
kf5-frameworks-build-include kf5: Port rc files to use branch-groups consistently. 12 years ago
kf5-qt5-build-include Split up kf5-qt5-build-include into three files. 12 years ago
kf5-workspace-build-include Add kwalletmanager to KF5 workspace build list 12 years ago
sample-kde-env-master.sh xsession: Don't add Qt path if it's in /usr. 13 years ago
sample-kde-env-user.sh xsession: Use xdg-compliant paths. 14 years ago
sample-xsession.sh xsession: Use xdg-compliant paths. 14 years ago

README

# kdesrc-build 1.16.1

## QUICK HOWTO

1. Install kdesrc-build:
- Copy the kdesrc-build directory somewhere where you will be able to find
it. The whole directory has to go together, so don't just copy the script
itself.

- Alternately, you can run the `git` command itself to easily install
kdesrc-build:

$ mkdir -p ~/kdesrc
$ cd ~/kdesrc
$ git clone git://anongit.kde.org/kdesrc-build
$ cd kdesrc-build # kdesrc-build is in this directory

2. Setup:
- **For KDE 4 Platform and Plasma Desktop**: If you don't already have a
~/.kdesrc-buildrc, use the kdesrc-build-setup program to make one, or
copy kdesrc-buildrc-sample to ~/.kdesrc-buildrc and make any changes that
you need.

- **For KDE Frameworks ("KF5") / Plasma Next**: Please see the
`kf5-qt5-build-include` file contained within the kdesrc-build directory.
You will still end up generating a ~/.kdesrc-buildrc file but you will
use the `branch-group` option to help kdesrc-build select the right
modules and branches.

- Either way, you can also consult the kdesrc-buildrc-sample file to see
what options are available, or look at the documentation at
http://kdesrc-build.kde.org/documentation/conf-options-table.html

3. From the kdesrc-build directory, run "./kdesrc-build --pretend". This will
have kdesrc-build go through the steps that it would perform, but without
actually doing them. This is a good time to make sure that kdesrc-build is
set the way you want it.

4. When you're ready, run "./kdesrc-build". Hopefully everything will go well
the first time, and kdesrc-build will be able to download and build all of
the modules that you ask for. :)

## UPGRADING KDESRC-BUILD

Upgrading is simple. You can delete your old kdesrc-build directory (make sure
you don't have any local changes in there first, or your kdesrc-buildrc file!)
and then install the new version where the old kdesrc-build directory used to
be.

If you are tracking "KF5" development, it is probably best to run kdesrc-build
itself from its git repository to automatically pick up bugfixes and needed
feature additions. You can even use kdesrc-build to manage keeping kdesrc-build
up to date (though remember if you do this that if kdesrc-build updates itself,
those updates won't take effect until the next run).

Either way, you may want to edit your ~/.kdesrc-buildrc to make sure any new
options are included. You should always read the changes for the new version
however, as sometimes there are slight changes in behavior necessary to adapt
to updates in the source repository. If you are running kdesrc-build from its
git repository, you can use the "git log" command from inside the kdesrc-build
source directory to see the latest changes.

You can use the `./kdesrc-build --version` command to ensure that you have
successfully upgraded kdesrc-build.

## SAMPLE CONFIGURATION

A sample configuration file is included. It should work for you for the most
part with only minor tweaking. To use it, just copy it to ~/.kdesrc-buildrc.

Alternatively, a program is included called kdesrc-build-setup, which can be
used to generate a simple configuration (for KDE4-based builds).

## HELP!!!

kdesrc-build includes a limited command-line description with the
--help option.

You can read the kdesrc-build handbook online at
http://kdesrc-build.kde.org/documentation/.

You can ask for help online on the #kde-devel channel of IRC (irc.kde.org).

You can also ask on the KDE support mailing lists, such as kde-devel@kde.org

Finally you can drop me an email at mpyne@kde.org (although I have a job/family
and therefore don't always have time to respond)

## UPDATES / CONTACT INFO

You can find updated versions of kdesrc-build online as part of the
extragear/utils module: (You can also see the change log this way)

https://projects.kde.org/projects/extragear/utils/kdesrc-build

If you find a bug, please report it at:
http://bugs.kde.org/

If you have any questions, feel free to let me know:
Michael Pyne <mpyne@kde.org>

If I don't respond in a couple of days I'm probably really busy, in which
case I apologize and you should contact the kde-devel@kde.org mailing list.