Next Previous Contents

2. Installation

2.1 How to obtain BibleTime

Get the latest version of BibleTime at our homepage. We release sometimes CVS snapshots of current development. There's also the possibility to get BibleTime with CVS. Please use the following link for instructions. CVS instructions.

For experienced users: Please use as CVS password "cvs" and as CVSROOT :pserver:anonymous@cvs.on.openprojects.net:/cvs/bibletime .

2.2 Requirements

BibleTime 0.2 needs SWORD 1.45 or later. Please use the latest version. Get SWORD at SWORD's homepage.

BibleTime needs the libs of KDE 1.1.x.

2.3 Compilation and Installation

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

 ./configure --with-sworddir=<your SWORD dir>
 make
 make install

Since BibleTime uses

autoconf
you should have no trouble compiling it. If you should you run into problems please report them to the authors of BibleTime at info@bibletime.de. Please try to provide us as much information as possible about your environment.


Next Previous Contents