prerequisite-software.html 7.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <!DOCTYPE html
  2. SYSTEM "about:legacy-compat">
  3. <html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta charset="UTF-8"><meta name="copyright" content="(C) Copyright 2020"><meta name="DC.rights.owner" content="(C) Copyright 2020"><meta name="DC.type" content="concept"><meta name="description" content="The prerequisite software that DITA-OT requires depends on the types of transformations that you want to use."><meta name="DC.subject" content="RenderX, XSL-FO processor, Antenna House, Apache FOP, installing, prerequisites, XSLT, processor, 2.0, Saxon, version, Java, Java Development Kit (JDK), Java Runtime Environment (JRE), XSL-FO processor, Antenna House, RenderX, Apache FOP"><meta name="keywords" content="RenderX, XSL-FO processor, Antenna House, Apache FOP, installing, prerequisites, XSLT, processor, 2.0, Saxon, version, Java, Java Development Kit (JDK), Java Runtime Environment (JRE), XSL-FO processor, Antenna House, RenderX, Apache FOP"><meta name="DC.relation" scheme="URI" content="../topics/installing-client.html"><meta name="DC.format" content="HTML5"><meta name="DC.identifier" content="prerequisite-software"><link rel="stylesheet" type="text/css" href="../css/commonltr.css"><link rel="stylesheet" type="text/css" href="../css/dita-ot-doc.css"><title>Prerequisite software</title></head><body id="prerequisite-software"><header role="banner"><div class="header">
  4. <p>DITA Open Toolkit</p>
  5. <hr>
  6. </div></header><nav role="toc"><ul><li><a href="../index.html">DITA Open Toolkit 3.5</a></li><li><a href="../release-notes/index.html">Release Notes</a></li><li><a href="../topics/installing-client.html">Installing DITA-OT</a><ul><li class="active"><a href="../topics/prerequisite-software.html">Prerequisite software</a></li><li><a href="../topics/determining-version-of-ditaot.html">Checking the version</a></li><li><a href="../topics/first-build-using-dita-command.html">Building output</a></li><li><a href="../topics/installing-via-homebrew.html">Installing via Homebrew</a></li></ul></li><li><a href="../topics/building-output.html">Building output</a></li><li><a href="../topics/input-formats.html">Authoring formats</a></li><li><a href="../topics/output-formats.html">Output formats</a></li><li><a href="../parameters/index.html">Parameters</a></li><li><a href="../topics/html-customization.html">Customizing HTML</a></li><li><a href="../topics/pdf-customization.html">Customizing PDF</a></li><li><a href="../topics/adding-plugins.html">Adding plug-ins</a></li><li><a href="../topics/custom-plugins.html">Creating plug-ins</a></li><li><a href="../topics/troubleshooting-overview.html">Troubleshooting</a></li><li><a href="../reference/index.html">Reference</a></li><li><a href="../topics/dita-and-dita-ot-resources.html">Resources</a></li></ul></nav><main role="main"><article role="article" aria-labelledby="ariaid-title1">
  7. <h1 class="title topictitle1" id="ariaid-title1">Prerequisite software</h1>
  8. <div class="body conbody"><p class="shortdesc">The prerequisite software that DITA-OT requires depends on the types of transformations that you want to
  9. use.</p>
  10. <section class="section"><h2 class="title sectiontitle">Software required for core DITA-OT processing</h2>
  11. <div class="p">DITA-OT requires the following software applications:
  12. <dl class="dl">
  13. <dt class="dt dlterm">Java Runtime Environment (JRE) or Java Development Kit (JDK)</dt>
  14. <dd class="dd">
  15. <div class="p">DITA-OT is designed to run on Java version <span class="keyword">8u101</span> or later and
  16. built and tested with the Open Java Development Kit (OpenJDK). Compatible Java distributions are available from
  17. multiple sources:
  18. <ul class="ul">
  19. <li class="li">You can download the Oracle JRE or JDK from
  20. <a class="xref" href="http://www.oracle.com/technetwork/java/javase/downloads" target="_blank" rel="external noopener">oracle.com/technetwork/java</a> under commercial license.</li>
  21. <li class="li">OpenJDK is a free open-source implementation of Java available from
  22. <a class="xref" href="https://adoptopenjdk.net" target="_blank" rel="external noopener">adoptopenjdk.net</a>.</li>
  23. <li class="li">Amazon Corretto is an OpenJDK distribution from
  24. <a class="xref" href="https://aws.amazon.com/corretto/" target="_blank" rel="external noopener">aws.amazon.com/corretto</a>.</li>
  25. </ul>
  26. </div>
  27. <div class="note note note_note"><span class="note__title">Note:</span> This is the <em class="ph i">only</em> prerequisite software that you need to install. The remaining required
  28. software is included in the distribution package.</div>
  29. </dd>
  30. <dt class="dt dlterm" id="prerequisite-software__antbuild">Apache Ant</dt>
  31. <dd class="dd">Provides the standard setup and sequencing of processing steps. DITA-OT includes Ant version <span class="keyword">1.10.6</span>. You can download Ant from
  32. <a class="xref" href="https://ant.apache.org" target="_blank" rel="external noopener">ant.apache.org</a>.</dd>
  33. <dt class="dt dlterm">XSLT processor</dt>
  34. <dd class="dd">Provides the main transformation services. It must be compliant with XSLT 2.0. DITA-OT includes Saxon
  35. version <span class="keyword">9.9.1.4</span>. You can download Saxon from
  36. <a class="xref" href="http://saxon.sourceforge.net" target="_blank" rel="external noopener">saxon.sourceforge.net</a>.</dd>
  37. </dl></div>
  38. </section>
  39. <section class="section"><h2 class="title sectiontitle">Software required for specific transformations</h2>
  40. <div class="p">Depending on the type of output that you want to generate, you might need the following applications:
  41. <dl class="dl">
  42. <dt class="dt dlterm">ICU for Java</dt>
  43. <dd class="dd">ICU for Java is a cross-platform, Unicode-based, globalization library. It
  44. includes support for comparing locale-sensitive strings; formatting dates, times, numbers, currencies, and
  45. messages; detecting text boundaries; and converting character sets. You can download ICU for Java from
  46. <a class="xref" href="http://site.icu-project.org/download" target="_blank" rel="external noopener">icu-project.org/download</a>.</dd>
  47. <dt class="dt dlterm">Microsoft Help Workshop</dt>
  48. <dd class="dd">Required for generating HTML help. You can download the Help Workshop from
  49. <a class="xref" href="http://msdn.microsoft.com/en-us/library/windows/desktop/ms669985%28v=vs.85%29.aspx" target="_blank" rel="external noopener">msdn.microsoft.com</a>.</dd>
  50. <dt class="dt dlterm">XSL-FO processor</dt>
  51. <dd class="dd">Required for generating PDF output. Apache™ FOP (Formatting Objects Processor) is
  52. included in the distribution package. You can download other versions from
  53. <a class="xref" href="https://xmlgraphics.apache.org/fop/download.html" target="_blank" rel="external noopener">xmlgraphics.apache.org/fop</a>. You can also use commercial FO processors such as Antenna House Formatter
  54. or RenderX XEP.</dd>
  55. </dl></div>
  56. </section>
  57. </div>
  58. <nav role="navigation" class="related-links"><div class="familylinks"><div class="parentlink"><strong>Parent topic:</strong> <a class="link" href="../topics/installing-client.html" title="The DITA-OT distribution package can be installed on Linux, macOS, and Windows. It contains everything that you need to run the toolkit except for Java.">Installing DITA Open Toolkit</a></div></div></nav></article></main></body></html>