INSTALL 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. ;;; Installation:
  2. ;; First install `diatheke'. On Debian/Ubuntu it's in the `diatheke'
  3. ;; package. In other distributions it might be in the sword package.
  4. ;; For Windows I found that you can simply install the Xiphos package.
  5. ;; It includes the Sword library and its utilities including diatheke,
  6. ;; installmgr and mkfastmod. Add the "Program Files\Xiphos\bin" path
  7. ;; to your execution path.
  8. ;; Next get the Bible texts (modules) you want to use. This can be
  9. ;; done with the installmgr utility, or if you use a program like
  10. ;; BibleTime or Xiphos you can use the GUI interface that they
  11. ;; provide.
  12. ;; The following scripts facilitate verifying your environment and
  13. ;; installing appropriate modules:
  14. ;;
  15. ;; test --- This script just tries to see if your emacs can run
  16. ;; the diatheke program. It will print out the Bible
  17. ;; text modules and the Lexicon / Dictionary modules.
  18. ;;
  19. ;; setup --- this script will use the installmgr program to install
  20. ;; a default set of the modules this program uses.
  21. ;;
  22. ;; The code is written to work well with the following modules:
  23. ;;
  24. ;; KJV --- has Strongs references for OT, Strongs references and
  25. ;; Robinson morphology codes for NT.
  26. ;;
  27. ;; NASB --- has Strongs references.
  28. ;;
  29. ;; AbbottSmithStrongs --- A fairly extensive Greek lexicon
  30. ;;
  31. ;; BDBGlosses_Strongs --- A Hebrew lexicon, more extensive than
  32. ;; StrongsRealHebrew.
  33. ;;
  34. ;; StrongsRealGreek / StrongsRealHebrew --- Shorter Greek and Hebrew
  35. ;; lexicons.
  36. ;;
  37. ;; Robinson --- Morphological codes
  38. ;;
  39. ;; Packard --- Morphological codes (used by LXX which is a
  40. ;; Morphologically tagged version of the Septuagint)
  41. ;;
  42. ;; OSHM --- Hebrew morphological codes used by OSHB.
  43. ;;
  44. ;; OSHB --- Hebrew Bible with Strongs references and morphological
  45. ;; codes.