Retrieving the source
---------------------

KTouch and Kdeedu moved to git. 

Information:
- https://projects.kde.org/projects/kde/kdeedu/ktouch
- http://edu.kde.org/applications/school/ktouch/

Build KTouch:
1. Start your terminal, prepare a folder
2. git clone git://anongit.kde.org/ktouch
    OR
   You can also put the following in your ~/.gitconfig:
-------------------------------
 [url "git://anongit.kde.org/"]
     insteadOf = kde:
 [url "git@git.kde.org:"]
     pushInsteadOf = kde:
-------------------------------
  git clone kde:ktouch

3. cd ktouch
4. mkdir build && cd build
5. cmake ..
6. make
7. make install OR
   sudo make install (depending on your distribution)
8. ./ktouch


Regards
Peter (peter.ruethemann@gmail.com)