The K Desktop Environment

2.3. Compilation and installation

In order to compile and install KTelnet2 on your system, type the following in the base directory of the KTelnet2 distribution:
 % ./configure --with-qt-dir=/usr/lib/qt2 --prefix=/opt/kde2
 % make
 % make install

Since KTelnet2 uses autoconf and automake you should have not trouble compiling it. Maybe you need to check that you have runtime type identification compiled in, the compiler uses the flag -frtti. Of course you have to replace the path information to support your needs. If you run into problems please report them to the author at Martin Häfner after you have read all appropriate manuals. The rtti-problem is solved quite easily. Just do a "make clean" and replace all occurancies with the correct string.