README for the Komodo SDK
=========================

This SDK provides tools for building Komodo extensions.  The main such tool
is "koext". Put the SDK bin dir on your PATH and enter "koext help
gettingstarted" to get going.

Windows:

    set PATH=<installdir>\lib\sdk\bin;%PATH%
    rem If '.py' is not already on your PATHEXT.
    set PATHEXT=%PATHEXT%;.py
    koext help gettingstarted

Linux:

    export PATH=<installdir>/lib/sdk/bin:$PATH
    koext help gettingstarted

Mac OS X:

    export PATH=<installdir>/Contents/SharedSupport/sdk/bin:$PATH
    koext help gettingstarted
    

