NextPreviousContents

2. Installation

2.1 How to obtain KCommander3

You can get KCommander3 downloading from its homepage http://www.kcommander.org by click with the mouse or downloading by ftp
 
ftp://ftp.codewizards.de/pub/kcommander/kcommander3xxxx.tar.gz
 
To get a daily snapshot, type the following in a shell:
 
cvs -d:pserver:anonymous@cvs.kcommanderqt3.sourceforge.net:/cvsroot/kcommanderqt3 login
cvs -z3 -d:pserver:anonymous@cvs.kcommanderqt3.sourceforge.net:/cvsroot/kcommanderqt3 co kcommander3
 

2.2 Requirements

Qt3.0.1 or higher
gcc  2.95.3 or  3.0..
X environment
For all the SuSE users : Please take the Qt3 packages made by SuSE, so you can get the best and easiest way to compile and use KCommander3.
If you want to compile your own version of Qt3 pay attention that you do that with picture support like png,gif and jpg.

2.3 Compilation and installation

In order to compile and install KCommander3 on your system, type the following in the base directory of the KCommander3 distribution:
% ./configure
% make
% make install
Don't forget setting the Qt3 environment variable !!
export QTDIR=/path/to/qt3  for bash users
setenv QTDIR /path/to/qt3  maybe for tcsh or other
Since KCommander3 uses
autoconf
you should have not trouble compiling it. Should you run into problems please report them to the the author at Christian Fricke & René Märten
 
 


NextPreviousContents