<?php
require 'include/gnomoradio.inc';

my_header(array('title'=>'Download', 'page'=>'download.php'));
?>

<p>Gnomoradio is currently available in source form only, as a development release.  The source should compile and run on any UNIX-compatible system that <a href="http://www.gnome.org/">GNOME</a> runs on.  If you are new to free software and you are looking to try it out, I recommend that you install the <a href="http://www.debian.org/">Debian GNU/Linux</a> operating system.</p>

<p>Current version: <a href="http://savannah.nongnu.org/download/gnomoradio/gnomoradio-<?php echo $latest_dev_version ?>.tar.gz">gnomoradio-<?php echo $latest_dev_version; ?>.tar.gz</a> (Released 11-6-2004)</p>

<p>As an added note, we welcome any help in making binary packages of the software for various platforms.  Please see our <a href="devel/">development</a> page.</p>

<p>Gnomoradio depends upon the following pieces of software, which must be installed to compile or use Gnomoradio:</p>

<ul>
<li><a href="http://www.gtk.org/">gtk+</a>, as well as all libraries it depends on (glib, atk, pango, and image loaders).</a>
<li><a href="http://libsigc.sourceforge.net/">libsigc++</a> 2.0</li>
<li><a href="http://www.gtkmm.org/">glibmm</a> 2.4, <a href="http://www.gtkmm.org/">gtkmm</a> 2.4, and <a href="http://www.gtkmm.org/">gconfmm</a> 2.6</li>
<li><a href="http://libxmlplusplus.sourceforge.net/">libxml++</a> 2.6</li>
<li><a href="http://www.xiph.org/ao/">libao</a></li>
<li>libvorbis (optional, but highly recommended for OGG support)</li>
<li>g++ 3.0 or higher is required for status icons to work</li>
</ul>

<p>Thanks to Riccardo Setti, there is now a package of Gnomoradio in Debian <tt>unstable</tt>.  Just run the command:</p>
<p><tt># apt-get install gnomoradio</tt></p>
<p>To install the pieces of software needed to compile source on Debian <tt>unstable</tt>, run the following command as root:</p>
<p><tt># apt-get install libxml++2.6-dev libgtkmm-2.4-dev libgconfmm-2.6-dev libao-dev libvorbis-dev</tt></p>

<p>Matt has also packaged Gnomoradio for Gentoo, and it is included in the distribution.  You should be able to emerge the package through some sort of command.</p>

<?php
my_footer(array());
?>
