The K Desktop Environment

Next Previous Table of Contents

2. Installation

2.1 How to obtain Kruiser

Kruiser can be obtained from ftp://ftp.kde.org/pub/kde/unstable/apps/multimedia/cdrom.

2.2 Requirements

In order to successfully compile Kruiser, you need KDE 1.1, at least qt 1.41 and gcc-2.8.1 or egcs compiler.

2.3 Compilation and installation

In order to compile and install Kruiser on your system, type the following into your shell:

% ./configure
% make
% make install ( as root )

Useful flags when configuring:

--enable-optimization : "-O2" switch
--disable-exceptions : "-fno-exceptions -fno-rtti" switch

Since Kruiser uses autoconf you should have not trouble compiling it. Should you run into problems please report them to the KDE mailing lists.

Next Previous Table of Contents