moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / ktouch / INSTALL
blob31d88c3eeea2d7419e2e57d4cdb7af142ddb2276
1 Retrieving the source
2 ---------------------
4 After a cvs checkout of the kdeedu module you will automatically have the
5 ktouch directory inside the kdeedu directory.
7 If you want to update/checkout ktouch alone, use
9     cvs checkout -P kdeedu/ktouch
10     
13     cvs update -P kdeedu/ktouch
15 The flag -P is recommanded so that empty directories left over from previous 
16 versions are not transferred.
19 Installation from CVS
20 ---------------------
22 Enter the kdeedu directory and do a 
24     make -f Makefile.CVS
26 and
28     ./configure
30 (don't forget to add your options)
32 Then change into the subdirectory kdeedu/ktouch and do as usual
34     make
35     
36 and/or
38     make install
41 Install is always necessery if the ktouch.rc file has been changed.
44 Good luck! 
45 Andreas
46 (ghorwin@users.sourceforge.net)