README_SBo.txt 1012 B

1234567891011121314151617181920212223242526
  1. Dependency tree is as follows (all dependencies listed are available
  2. at http://slackbuilds.org).
  3. po4a
  4. |
  5. |-- perl-Module-Build
  6. |-- perl-YAML-Tiny. mandatory for the YAML module.
  7. |-- perl-text-WrapI18N to format po4a's warnings and error messages.
  8. | | Optional.
  9. | |-- Text::CharWidth. Mandatory
  10. |-- perl-Unicode-LineBreak, includes module Unicode::GCString to compute
  11. text width, neeeded by AsciiDoc to determine two line titles in
  12. encodings different from ASCII. Mandatory for TEXT module.
  13. |-- perl-MIME-Charset. Mandatory
  14. |-- perl-Encode-EUCJPASCII. Optional
  15. |-- perl-Encode-HanExtra. Optional.
  16. |-- perl-Encode-JISX0213. Optional
  17. |-- perl-Encode-ISO2022. Mandatory
  18. In addition, perl-Test-Pod allows running the test for the POFD format.
  19. Note: by default the SlackBuild does not run "./Build test". If
  20. you want to run the tests, export TESTS=yes in the SlackBuild's
  21. environment. This will make the package take a few extra minutes to
  22. build.