CLIChart Installation

Contents

Return to main CLIChart documentation page.

Introduction

This page is yet to be written properly. So the short form is:

  1. Make sure you have Java installed
    • At least Java 1.4 (aka Java 4) is required
    • Java 1.5 or 1.6 (aka Java 5 and 6) is recommended
  2. If you want to use the data transformation tools, make sure you have Python installed. Any version from 2.2 on should be fine, but the lastest versions tend to be faster (tested with 2.4)
  3. Extract the CLIChart zip file to a suitable directory
  4. If you want to be able to just type clichart without a path, you can:
    • Add the CLIChart bin directory to your PATH, or
    • (Unix/Linux) Create symbolic links for the programs in the CLIChart bin directory

Test your installation by typing clichart -h at a command prompt - this should give you the help screen.

TODO - expand.