DMCRadio is a ncurses-based console program for radio tuner cards supported by the Video4Linux system. To run DMCRadio, you'll need a kernel with Video4Linux support.
Beside, you'll need the ncurses-package. And DMCRadio is only usefull with a radio-card (or a tv-card with radio-tuner)
Installation is easy:
1. Untar the source archive
2. ./configure
3. make
4. make install
5. Make sure, everybody can access your radiodevice (usually /dev/radio)
What's New in This Release:
· different (more correctly) behaviour on different terminalsizes:
· smaller than 80x24: refuses to start
· 80x24: doesn't show the scroller (and won't start a scrollthread)
· 80x25: "normal" view
· greater than 80x25: centers
· should now evaluate autoconf's PREFIX-variable (eg. expects the fonts in $PREFIX/share/DMCRadio/ - default is still /usr/local/share/DMCRadio/)
· the fonts are there again (forgot to include them in version 1.1.3)
· "make install" now installs the fonts in $PREFIX/share/DMCRadio/
· added a "debian"-directory, you may build debian-packeges with "dpkg-buildpackage" now (after applying the patch (diff))
· added standard header define stuff in the headers
Product's homepage