Skip to content
RobFisher edited this page Nov 26, 2010 · 1 revision

You can use the source code when a package is not available for your system, or to work with Python.

Download the tarball, then extract it:

tar -zxvf morsekit.tar.gz
cd morsekit

Compile cwtext:

cd cwtext-0.96
make
cd ..

If you don't have SoX installed already, you need to install it. On Ubuntu:

sudo apt-get install sox

On Mac with MacPorts:

sudo port install sox

Now you can start the gui with:

python mkgui.py

Or you can use one of the other Python modules.

Clone this wiki locally