ports/misc/sword/files/pkg-message.in
2019-08-13 22:29:42 +00:00

22 lines
716 B
Text

[
{ type: install
message: <<EOM
To use sword, you need to have bible, commentary and/or lexicon
modules. You can install those from the crosswire website in two
ways. If you live in a persecuted country however and do not wish
to risk detection, you should *not* try this.
1. Use installmgr (doesn't work when port is built WITHOUT_CURL). E.g.:
# installmgr -init
# installmgr -r crosswire
# installmgr -ri crosswire ASV
See `installmgr --help` for details.
2. Download raw zip-archives from
http://www.crosswire.org/sword/modules/
and unpack them in %%PREFIX%%/share/sword.
You probably want to install a bible-application that uses sword,
like bibletime or xiphos.
EOM
}
]