Install AsciiDoctor¶
| Application Data | |
|---|---|
| Name | AsciiDoctor |
| Version | 1.5.7.1+ |
| Arch | 32 bit |
| Description | Ruby Based Documentation System |
AsciiDoctor is a fast text processor and publishing tool-chain for converting AsciiDoc content to HTML5, DocBook, PDF, and other formats.
--The AsciiDoctor Project, AsciiDoctor.org
Helpful Links¶
Installation¶
Installation is fairly straight forward from the command-line. Ensure you have installed Core Tools, then proceed with the following steps.
Use the programs menu or any means of opening a standard (non-administrator) Command Prompt.
Set Environment Variables¶
In the Command Prompt window, type the following
cd /d (C|D):\JTSDK-Tools\tools\ruby\2.5.1-2\bin
setrbvars.cmd
| Set Environment Variables |
Run Install Command¶
In the Command Prompt window, type the following
gem install asciidoctor
asciidoctor --version
| Install Asciidoctor |
Install CodeRay¶
In the Command Prompt window, type the following
gem install coderay
| Install CodeRay Gem |
This concludes installation of AsciiDoctor with the addition of CodeRay.
Next Step¶
Proceed to ==> Qt Tools Installation