KTouch(タイプ練習プログラム)
- Ktouch(KDE-Apps.org)

- Turboプラスによりフリープラグインとしてインストールできる。ただし、バージョン1.4(2006-5-31現在)。
- ktouch-1.6のインストール
- tar zxvf ktouch-1.6.0.tar.gz
- cd ktouch-1.6.0
- make -f Makefile.cvs
This Makefile is only for the CVS repository
This will be deleted before making the distribution
./admin/cvs.sh: line 33: --version: command not found
*** AUTOCONF NOT FOUND!.
*** KDE requires autoconf 2.53 or newer
make[1]: *** [cvs] エラー 1
make: *** [all] エラー 2
- Disk1
autoconf-2.59-1.noarch.rpm --> error
automake-1.9.6-1.noarch.rpm --> error
rpm -e automake-1.9.6-1.noarch autoconf-2.59-1
- ftp://ftp.pbone.net/mirror/ftp.turbolinux.com/pub/TurboLinux/stable/untested/Server/6.5/i386/autoconf253-2.53-2.noarch.rpm
- # rpm -ivh autoconf253-2.53-2.noarch.rpm
エラー: 依存性の欠如:
automake16 は autoconf253-2.53-2.noarch に必要とされています
- cuickin autoconf253-2.53-2.noarch.rpm
- make -f Makefile.cvs
- ./configure
configure: error: C++ preprocessor "/lib/cpp" fails sanity check - qt3-develのインストール

- kdelibs-develのインストール

- Disk2
gcc-c++-3.4.3-8.i686.rpm
- ./configure
- make
- make install