Go to file
Fabian Kurz 9bd972a5be readconfig, etc. 2008-07-03 13:13:55 +00:00
OGG Initial import of ebook2cw 2008-06-19 18:52:38 +00:00
cgi exit when realloc fails. 2008-06-20 01:06:42 +00:00
e2csplit Changed files to DOS linebreaks 2008-07-03 11:20:54 +00:00
releases readconfig, etc. 2008-07-03 13:13:55 +00:00
stereo Initial import of ebook2cw 2008-06-19 18:52:38 +00:00
COPYING Initial import of ebook2cw 2008-06-19 18:52:38 +00:00
ChangeLog readconfig, etc. 2008-07-03 13:13:55 +00:00
Makefile Makefile, CHangeLog updated 2008-07-03 00:58:03 +00:00
README Makefile, CHangeLog updated 2008-07-03 00:58:03 +00:00
codetables.h Initial import of ebook2cw 2008-06-19 18:52:38 +00:00
ebook2cw.1 Documentation 2008-07-03 00:43:12 +00:00
ebook2cw.bat readconfig, etc. 2008-07-03 13:13:55 +00:00
ebook2cw.c readconfig, etc. 2008-07-03 13:13:55 +00:00
ebook2cw.conf Changed files to DOS linebreaks 2008-07-03 11:20:54 +00:00
isomap.txt readconfig, etc. 2008-07-03 13:13:55 +00:00
md5sums-bin.txt Initial import of ebook2cw 2008-06-19 18:52:38 +00:00
utf8map.txt readconfig, etc. 2008-07-03 13:13:55 +00:00

README

ebook2cw v0.7.0 - convert ebooks to morse mp3s - Fabian Kurz, DJ1YFK
---------------------------------------------------------------------

Website: http://fkurz.net/ham/ebook2cw.html

ebook2cw is a command line program which converts a plain text ebook to morse
code MP3 files. It works on several platforms, including Windows and Linux.

It automatically splits and numbers the output files by chapters.

For a detailled description, please refer to the man-page or the project
website.


INSTALL
--------
1) Binaries
Statically compiled binaries are available at the project website, for Linux
(i386) and Win32. Those should be suitable for most users.

2) Source
A Makefile is included; it compiles both under Linux and Windows (with MinGW).
DESTDIR is /usr by default (so the binary will be in /usr/bin/).

make [DESTDIR=..]
make install