Installing the DITA Tookit small package distribution

To install the small package distribution:
  1. Download the small package from http://sourceforge.net/projects/dita-ot.
  2. Unzip the package into the C:\ditaot directory on Windows, or into a home directory on Linux.
  3. On Windows, add C:\ditaot\lib;C:\ditaot\lib\dost.jar;C:\ditaot\lib\resolver.jar to your CLASSPATH environment variable.
  4. On Linux, set up your environment variable CLASSPATH. For example:
    export CLASSPATH=$CLASSPATH:${ditaot_dir}/lib:${ditaot_dir}/lib/dost.jar:${ditaot_dir}/lib/resolver.jar