You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeedu/ktouch/INSTALL

48 lines
805 B

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)