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.

ArchiveChecksum (MD5)Checksum (SHA-1)
RST 0.1.4 (tar.bz2) rst-0.1.4.tar.bz2 rst-0.1.4.tar.bz2.md5 rst-0.1.4.tar.bz2.sha1
RST 0.1.4 (tar.gz) rst-0.1.4.tar.gz rst-0.1.4.tar.gz.md5 rst-0.1.4.tar.gz.sha1
RST 0.1.4 (zip) rst-0.1.4.zip rst-0.1.4.zip.md5 rst-0.1.4.zip.sha1

System Requirements

JDK1.4 or above
MemoryNo minimum requirement
DiskNo minimum requirement
Operating SystemNo minimum requirement. On Windows NT and above or Cygwin is required. Tested on Windows XP.

Installation Instructions

Windows 2000/XP

  1. 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
  2. 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%
  3. Run rst2html to verify that it is correctly installed.

Unix-based Operating Systems (Linux, Solaris and Mac OS X)

  1. 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.
  2. Add the bin directory to your path, eg. export PATH=/usr/local/java/rst-0.1.4/bin:$PATH
  3. Run rst2html to verify that it is correctly installed.