chiark / gitweb /
Add a test suite for use with autopkgtest
[bible-kjv.git] / README.ftp
1 ~ftp/pub/bible/README.ftp
2                                Last Updated: 930426 (release 4.00)
3
4 This file describes the various files comprising a full distribution
5 of the Bible Retrieval System (BRS).  It is intended primarily to
6 describe the contents of the public ftp directory, but it is also
7 included in the distribution and may be helpful in unraveling certain
8 mysteries.  You do NOT actually need to have all these files present
9 on your system for an installation.
10
11
12 Files:
13
14 README.ftp              What you're reading now.
15 README.bible            BRS description and installation notes.
16 bible.1.Z               Man page for the "bible" program.
17 bible.data              Bible text data file.
18 bible.data.conc         Bible concordance data file.
19 bible.data.tar          Tar file containing bible.data and bible.data.conc
20 bible.tar.Z             BRS program source distribution.
21 bible.hp-s300           bible: HP series 300/400 executable.
22 bible.hp-s800           bible: HP series 800/700 executable.
23 bible-tools.tar.Z       BRS tools sources.  Only useful for hackers.
24 bible.rawtext.Z         Unprocessed KJV bible text.  Mostly useful for hackers.
25
26 For a typical FTP installation, to build the program from source, you
27 ONLY need the following TWO files:
28
29     bible.data.tar      Tar file containing bible.data and bible.data.conc
30     bible.tar.Z         BRS program source distribution, including
31                         READMEs and man page.
32
33 Extract from them with the following commands:
34
35     tar xvf bible.data.tar
36     zcat bible.tar.Z | tar xvf -
37
38 Then type "make".  If all goes well, you can then execute "bible".
39 Use the on-line help and the man page.  For more info see README.bible.
40
41 -- Chip Chapin  chip@cup.hp.com