RadioActive 0.10 by RDI Gerg
=============================

RadioActive is a GTK---based radio program for radio tuner cards
supported by the Video4Linux system.

Requirements
------------
RadioActive requires a Video4Linux-enabled kernel. This appeared
sometime in the 2.1 series, but the current stable (2.2) series is
just fine.
Besides the kernel, you'll also need GTK-- version 1.1.5, GTK+
version 1.2 and October GNOME. The panel applet version also needs the
Panel-- library, available at http://cactus.rulez.org/download/panelmm-0.1.tar.gz.

Installation
------------
Untar the RadioActive source tarball somewhere, and call 'make':

 $ tar xzvf radioactive-0.10.tar.gz
 $ cd radioactive-0.10
 $ ./configure
 $ standalone/radioactive
 $ applet/radioactive_applet

See the INSTALL file for general help on the `configure' script.
If everything is just fine, you can install it as root:

 # make install

Usage
-----
The following help can be accessed by radioactive -h:
-f      Specify the initial frequency
-d      Radio device (default is /dev/radio0)
-c      Use command line-only interface (default if not under X)
-m      Just mute radio and exit
-v      Print version informaion and exit

Also, to set your stations and radio device and the like, right click
on either the main window or the panel applet, and choose Properties.

Changes in this version
-----------------------
Numerous bug fixes and new features (see the Properties window for
turning them on/off), cleaner C++ code (using the Panel-- C++ wrapper)
