Sorts Mill Tools
----------------

This package contains mainly Python scripts for use with
FontForge. These need to be installed before Sorts Mill fonts can be
built from source. To build Sorts Mill fonts, you also will need the
FontForge extension for Python.

The scripts also can add features to the FontForge GUI. Install the
package with commands such as:

    ./configure
    make install  

and then do something like the following:

    mkdir -p ~/.FontForge/python
    echo 'from sortsmill import *' > ~/.FontForge/python/sortsmill_python.py

The new FontForge features will show up in the 'Tools' menus.

See also the file called 'INSTALL'.
