This directory contains the chart program that generates navigation maps
from an ACM-6 scenery file.

The chart.exe program reads the specified scenery file and generates on standard
output the PostScript code that draw the navigation map according to the
specified command line options. The PostScript program may then be converted
to handy PDF using a convertion utility like ps2pdf which is part of the
Gostscript tools.

Type the command

   $ ./chart.exe --help

for more about the available options.

A make-charts.pdf Bash script is also provided to create all the charts from
the currently distributed sceneries. In order to execute this script you must
either have:

1. Linux OS which normally provides Bash and ps2pdf "out of the box".

or

2. Windows OS with either MinGW or Cygwin installed with all the required
   packages installed, in particular the Gostscript support.

- Umberto Salsi, 2017-09-29
