diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -52,11 +52,17 @@ well under 1 MiB with any text. To build with a different translation, point make CC=gcc CORPUS=/path/to/mybible.tsv -You already have four corpora in the required format: lectio ships them under -`internal/bible/` — Vulgate (`vul`), Douay-Rheims (`drb`), Wujek (`wuj`) and -Greek (`grb`). For an English build: +You already have four corpora in the required format under lectio's +`internal/bible/`: the Vulgate (`vul`) lives in `corpora/`; Douay-Rheims (`drb`), +Wujek (`wuj`) and Greek (`grb`) are opt-in under `corpora_optional/`. So an +English (Douay-Rheims) or Polish (Wujek) build is just: make CC=gcc CORPUS=~/git/projects/lectio/internal/bible/corpora_optional/drb.tsv + make CC=gcc CORPUS=~/git/projects/lectio/internal/bible/corpora_optional/wuj.tsv + +The build repacks the text blob for whichever form `config.h` selects: the +default (Ordinary Form) writes `text_of.lz`; add `#define FORM_EF` to `config.h` +first for an Extraordinary Form build, which writes `text_ef.lz` instead. ### Corpus format |
