CTSim command-line tools on macOS
=================================

Drag CTSim to your Applications folder.  That is all that is needed to use
the application: it carries the Qt frameworks it needs and the manual that
its Help menu opens.

The command-line tools travel inside the bundle too.  To use them from a
terminal, put them on your PATH:

    sudo ln -s /Applications/ctsim.app/Contents/MacOS/ctsim-nogui \
               /usr/local/bin/ctsim-nogui

Every tool is reached through that one program:

    ctsim-nogui phm2if out.if 256 256 --phantom herman
    ctsim-nogui --help                    # lists them all

For their manual pages:

    export MANPATH="/Applications/ctsim.app/Contents/Resources/man:$MANPATH"
    man pjrec

The manual itself is inside the bundle, and Help > Manual opens it.  It is
also at Contents/Resources/manual/ctsim.pdf if you want to read it directly.
