You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Fabian Kurz eb5742e70b Apply NixOS patches for ebook2cw 7 months ago
po Add German translation 9 years ago
COPYING Initial import of ebook2cw 14 years ago
ChangeLog Allow output file name to be up to PATH_MAX characters long. 7 months ago
Makefile Apply NixOS patches for ebook2cw 7 months ago
README Release 0.8.4 final touches. 8 months ago
codetables.h codetable: also fix lowercase ae (was .- ., now .-.-) 4 years ago
ebook2cw.1 Release 0.8.4 8 months ago
ebook2cw.bat update docs 11 years ago
ebook2cw.c Allow output file name to be up to PATH_MAX characters long. 7 months ago
ebook2cw.conf make config file pure ASCII 11 years ago
isomap.txt readconfig, etc. 14 years ago
utf8map.txt readconfig, etc. 14 years ago

README

ebook2cw v0.8.4 - convert ebooks to morse code - Fabian Kurz, DJ1YFK
---------------------------------------------------------------------

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

ebook2cw is a command line program which converts a plain text ebook to morse
code MP3 or OGG 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/).
Support for LAME and/or OGG can be disabled by USE_LAME=NO and USE_OGG=NO
respectively.

make [DESTDIR=..] [USE_OGG=NO] [USE_LAME=NO]
sudo make install

Build prerequisites (Debian/Ubuntu): build-essential