blob: 72d519c2e9f16edab12560a683fe2074c90518af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
Retrieving the source
---------------------
After a subversion checkout of the tdeedu module you will automatically have the
ktouch directory inside the tdeedu directory.
If you want to update/checkout ktouch alone, use
svn checkout -P tdeedu/ktouch
or
svn update -P tdeedu/ktouch
The flag -P is recommanded so that empty directories left over from previous
versions are not transferred.
Installation from SVN
---------------------
Enter the tdeedu directory and do a
make -f Makefile.CVS
and
./configure
(don't forget to add your options)
Then change into the subdirectory tdeedu/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)
|