1KDE-BUILD(1) User Contributed Perl Documentation KDE-BUILD(1)
2
3
4
6 kde-build - Updates and recompiles a tree of KDE modules
7
9 kde-build
10
12 kde-build has been designed to keep a local copy of several KDE modules
13 up to date and recompile them. Those modules have to be saved in a com‐
14 mon directory, e.g. something like
15
16 ~/kde-src/
17 ⎪
18 +-> kdelibs/
19 ⎪
20 +-> kdebase/
21 ⎪
22 \-> kdenetwork/
23
24 In this case, the KDE source directory would be ~/kde-src/. The script
25 will take care of compiling them in the correct order, checks for
26 dependencies and resolves them as far as possible.
27
28 Please note that, prior to first invocation of the script, the configu‐
29 ration file 'kde-buildrc' has to be modified to reflect the local envi‐
30 ronment, such as paths etc.
31
33 The following error codes are returned by the script.
34
35 0 - No error seems to have occured.
36
37 1 - The script could not change into the directory of a module.
38
39 2 - The script could not open the file 'Makefile.in' of a module.
40
41 3 - The configuration of a module failed.
42
43 4 - The compilation of a module failed.
44
45 5 - The installation of a module failed.
46
47 6 - An invalid source directory was specified.
48
49 7 - An invalid Qt directory was specified.
50
51 11 - The configuration file kde-buildrc couldn't be loaded.
52
53 12 - Both CVS_CLEAN and INCREMENTAL_BUILD were set
54
55 13 - Both BUILD_CLEAN and INCREMENTAL_BUILD were set
56
58 cd ~/scripts/; vi ./kde-buildrc; ./kde-build
59
61 Probably.
62
64 Add a DIAGNOSIS section to this man page.
65
67 Frerich Raabe <raabe@kde.org>
68
69
70
71perl v5.8.8 2006-01-19 KDE-BUILD(1)