diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2 (patch) | |
tree | d3bb9f5d25a2dc09ca81adecf39621d871534297 /ktouch/INSTALL | |
download | tdeedu-ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2.tar.gz tdeedu-ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ktouch/INSTALL')
-rw-r--r-- | ktouch/INSTALL | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/ktouch/INSTALL b/ktouch/INSTALL new file mode 100644 index 00000000..edc7dacc --- /dev/null +++ b/ktouch/INSTALL @@ -0,0 +1,47 @@ +Retrieving the source +--------------------- + +After a subversion checkout of the kdeedu module you will automatically have the +ktouch directory inside the kdeedu directory. + +If you want to update/checkout ktouch alone, use + + svn checkout -P kdeedu/ktouch + +or + + svn update -P kdeedu/ktouch + +The flag -P is recommanded so that empty directories left over from previous +versions are not transferred. + + +Installation from SVN +--------------------- + +Enter the kdeedu directory and do a + + make -f Makefile.CVS + +and + + ./configure + +(don't forget to add your options) + +Then change into the subdirectory kdeedu/ktouch and do as usual + + make + +and/or + + make install + + +Install is always necessery if the ktouch.rc file has been changed. + + +Good luck! +Andreas +(ghorwin@users.sourceforge.net) + |