blob: 0775c639a2041ba9266c456bf0041fc04112b5df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Follow the steps given below to build the code.
1. Build KDE 4 from source
- use kdesvn-build from http://kdesvn-build.kde.org/
- build only kdelibs and kdebase
- take qt from your distro (if older than 4.4, build qt-copy as well)
2. Sync files from smc git to kde source tree
- rsync -av --progress <path-to-smc-git>/calendar/kde/* <path-to-kdesvn-tree>
3. Run tests
- go to <path-to-kdesvn-tree>/build/kdelibs
- make kcalendartest
- run kdecore/tests/kcalendartest
- kdecore/tests/kcalendartest -functions (for listing available tests)
- kdecore/tests/kcalendartest testName -v2 (for running named test with detailed output)
See video of the working calendar http://blip.tv/file/1656477
|