Next Previous Contents

2. Installation

2.1 How to obtain Qradio

You can download Qradio from my site at http://www.geocities.com/TimesSquare/Corner/6262.

2.2 Requirements

- An Intel computer with Linux installed;
- An Aztech/Packard Bell radio card, connected to your sound card;
- The necessary driver for the Aztech/Packard Bell radio card, which you have to compile into your kernel;
- the FM tools programmed by Russel Kroll (included in this package);
- A Linux kernel > 2.2.x ;
- Qt 1.44 library;
- A C++ compiler, like the GNU compiler.

2.3 Compilation and installation

In order to compile and install Qradio on your system, type the following in the base directory of the Qradio distribution:

% ./configure
% make
% make install

Since Qradio uses

autoconf
you should have not trouble compiling it. Should you run into problems please report them to the the author at Peter van Eerten


Next Previous Contents