diff options
author | Praveen Arimbrathodiyil <pravi.a@gmail.com> | 2009-01-05 01:37:03 -0800 |
---|---|---|
committer | Praveen Arimbrathodiyil <pravi.a@gmail.com> | 2009-01-05 01:37:03 -0800 |
commit | df2fdef3c511667d0cf9432313ef2be7395f1740 (patch) | |
tree | 0694112710fa6064079bf74f32728588b88ce8c6 /calendar/kde/README | |
parent | 1e5de879c832c3fffe9c09513d47a1a0ea562941 (diff) | |
download | Rachana.git-df2fdef3c511667d0cf9432313ef2be7395f1740.tar.gz Rachana.git-df2fdef3c511667d0cf9432313ef2be7395f1740.tar.xz Rachana.git-df2fdef3c511667d0cf9432313ef2be7395f1740.zip |
added README, testcases.
Diffstat (limited to 'calendar/kde/README')
-rw-r--r-- | calendar/kde/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/calendar/kde/README b/calendar/kde/README new file mode 100644 index 0000000..26dc9e5 --- /dev/null +++ b/calendar/kde/README @@ -0,0 +1,14 @@ +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 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) |