[Next] - [Previous] - [Index]

2. Installing Kcommander

2.1 Where can I get it ?

Kcommander can be downloaded at its homepage at www.linuxcoding.de. There you can find the last release of Kcommander2. Furthermore you can find precompiled packages there.

2.2 What do i need ?

Not much. You only need the QT-packages (can be downloaded at www.troll.no), the KDE-include-files (headers) and the KDE-libraries for compiling it. Of course you need an actual version of the GNU c++-compiler. If you want to compress or decompress files with Kcommander you also need Ktar, which can also be downloaded at the homepage of Kcommander.

2.3 Compiling and installing

If you want to compile kcommander2, you have to chdir into the main directory of the source packages of kcommander. There you type :

% ./configure
% make
% make install

Because kcommander2 uses

autoconf
you should not have problems with compiling. But if you do have problems, please mail them (and also praise or critic) to Rene Märten or Christian Fricke.


[Next] - [Previous] - [Index]