Download RST 0.1.4
RST is distributed in several formats for your convenience.
RST 0.1.4 is distributed under the Apache License, version 2.0.
| JDK | 1.4 or above |
| Memory | No minimum requirement |
| Disk | No minimum requirement |
| Operating System | No minimum requirement. On Windows NT and above or Cygwin is required. Tested on Windows XP. |
Windows 2000/XP
- Unzip rst-0.1.4.zip to the directory you wish to install RST 0.1.4. These instructions assume you chose C:\java\rst-0.1.4
- Add the bin directory to your path, by opening up the system properties (WinKey + Pause), selecting the "Advanced" tab, and the "Environment Variables" button, then editing the PATH variable in the user variables. eg. "C:\java\rst-0.1.4\bin";%PATH%
- Run rst2html to verify that it is correctly installed.
Unix-based Operating Systems (Linux, Solaris and Mac OS X)
- Extract the distribution archive to the directory you wish to install RST 0.1.4. These instructions assume you chose /usr/local/java/rst-0.1.4. The directory rst-0.1.4 will be created from the archive.
- Add the bin directory to your path, eg. export PATH=/usr/local/java/rst-0.1.4/bin:$PATH
- Run rst2html to verify that it is correctly installed.