KBiff KBiff
Version 0.8

Next Previous Table of Contents

2. Installation

2.1 How to obtain KBiff

The KBiff homepage is at http://www.pobox.com/~kurt_granroth/kbiff.html The source is located here:

  Source Location  
  kbiff-0.8.tar.gz
(~107K)
Current version compressed with gzip  
  kbiff-0.8.tar.bz2.gz
(~89K)
Current version compressed with bzip2. This is not also compressed with gzip. The .gz extension is necessary because GeoCities (the current host) does not allow the .bz2 extension!  
  kbiff-0.8.lsm
(~1K)
Current LSM for KBiff. This version is (has to be) an HTML file. See above for the reason why.  

2.2 Requirements

In order to successfully compile KBiff, you need at least the Beta4 release of the KDE libs. In particular, you will need the Beta4 release of kdesupport. All required libraries as well as KBiff itself can be found on ftp://ftp.kde.org/pub/kde/.

2.3 Compilation and installation

In order to compile and install KBiff on your system, type the following in the base directory of the KBiff distribution:

% ./configure
% make
% make install

Since KBiff uses autoconf you should have not trouble compiling it. Should you run into problems please report them to the author.

Next Previous Table of Contents