< Frameworks | Tools
Difference between revisions of "Frameworks/Tools/kdesrc-build"
(priorities) |
|||
Line 12: | Line 12: | ||
*Bootstrap itself (installing needed perl modules) | *Bootstrap itself (installing needed perl modules) | ||
*Install distro dependencies | *Install distro dependencies | ||
+ | *Set CPU and I/O priority (->ionice) for all operations; might be easiest to do by setting priority on the parent that spawns other processes because lower-than-default priority is inherited |
Revision as of 16:15, 23 December 2013
Things that have to be added to kdesrc-build:
- git integraiton
- Stash before rebase
- Switch to the desired branch (by default master), recompile and switch back
- Option equivalent to "make install/fast"
- If compilation fails when building one package, launch less error.log
- Compile projects within the source directory (dest-dir/build)
- Add ninja support
- Inhibit system suspend/hibernate
- Notification when things are done
- Progress tracking through Plasma's "job tracker" --> /needs/ one single tracker for whole buildset
- Bootstrap itself (installing needed perl modules)
- Install distro dependencies
- Set CPU and I/O priority (->ionice) for all operations; might be easiest to do by setting priority on the parent that spawns other processes because lower-than-default priority is inherited
This page was last edited on 23 December 2013, at 16:15. Content is available under Creative Commons License SA 4.0 unless otherwise noted.