summaryrefslogtreecommitdiff
path: root/README
blob: eb166e2dfc413e5b5b9141de1b603dd3670aa5c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
README for BibleTime
====================

BibleTime is a Bible study application based on Qt.

1. INSTALLATION

1.1 BUILD REQUIREMENTS
	-QT 4.5+
	-Sword 1.7.0+ (http://crosswire.org/sword)
	-CLucene 0.9.16a+ (http://clucene.sf.net)
	-cmake 2.6.0+ (http://cmake.org)

1.2 DOCUMENTATION GENERATION REQUIREMENTS (OPTIONAL)
	-po4a
	-xsltproc, docbook-xml, docbook-xsl
	-xml2po (part of the package gnome-doc-utils on some distributions)

These packages are used by BT committers to prepare
the documentation for the Handbook, Howto and the
website.  This tool set can be used by translators to
generate, test and validate their work.
There is no need to rely on these packages to bundle
BibleTime for distribution as the compiled documentation
is in the source tree ready for installation.

1.3 PROCEDURE

In the toplevel directory of this package, you can find
the scripts "build-debug.sh" and "build-release.sh".

Run "build-debug.sh" to build BibleTime in debug mode.
It will build in the directory ./build/ and install to
./build/install/. You can run it just there, you do not
have to install it to /usr/.

For a real installation, run "build-release.sh". This will
also build in ./build/, but then install to /usr/local.

1.4 MORE INSTRUCTIONS

There are detailed instructions in http://devel.bibletime.info
for building on *nix and Windows.


2. FEEDBACK

Please report any bugs your find to http://bugs.bibletime.info/
or see http://www.bibletime.info/ for additional information.

3. DOCUMENTATION

You can find information about BibleTime, the installation
and its usage in the following places:
	o http://www.bibletime.info/
	o The BibleTime handbook available in the Help menu
		of the BibleTime application
	o There's a Bible study tutorial in the help menu

May God, our Lord, use BibleTime for his glory.

The BibleTime developers, info@bibletime.info