/tags/rel-0-5-0/FreeSpeech/html/Overflow/download.html
# · HTML · 56 lines · 49 code · 7 blank · 0 comment · 0 complexity · 48de59780ef80b7897823eb60f7fbb48 MD5 · raw file
- <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="GENERATOR" content="Mozilla/4.76 [fr] (X11; U; Linux 2.2.17-21mdk i686) [Netscape]">
- </head>
- <body text="#000000" bgcolor="#CCCCCC" link="#0000EE" vlink="#551A8B" alink="#FF0000">
- <center>
- <h1>
- Download</h1></center>
- <b><font size=+1>Source and binaries are available on the <a href="http://sourceforge.net/project/showfiles.php?group_id=590">file
- release page</a>.</font></b>
- <p><b><font size=+1>NOTE: You should compile with gcc 2.95.x (egcs 1.1.2
- may or may not work).</font></b>
- <br>
- <h2>
- Examples</h2>
- Some examples are also provided: <a href="ftp://freespeech.sourceforge.net/pub/freespeech/examples.tgz">examples.tar.gz</a>
- <h2>
- FFTW</h2>
- The FFTW library can be downloaded <a href="ftp://freespeech.sourceforge.net/pub/freespeech/">here</a>
- <h2>
- CVS</h2>
- The source is also available via anonymous CVS:
- <p><tt>export CVSROOT=:pserver:anonymous@cvs.freespeech.sourceforge.net:/cvsroot/freespeech</tt>
- <br>or (for csh users) <tt>setenv CVSROOT :pserver:anonymous@cvs.freespeech.sourceforge.net:/cvsroot/freespeech</tt>
- <br><tt>cvs login</tt> (the password is <i>return</i>)
- <br><tt>cvs checkout Overflow</tt>
- <p><tt>Note: you must use the ./autogen.sh with the --disable-static option
- to compile from CVS.</tt>
- <h2>
- Required</h2>
- <ul>
- <li>
- <a href="http://www.fftw.org/">FFTW</a> (you must give use the following
- options with configure: --enable-float --enable-shared )</li>
- <br>a precompiled binary for linux is available <a href="../../fftw.tgz">here</a>
- <li>
- <a href="http://www.gnome.org">GNOME</a> (for the GUI part) including libxml</li>
- <li>
- At least glib 1.2.7</li>
- <li>
- <a href="http://gcc.gnu.org">gcc 2.95.x</a> (egcs 1.1.2 might work now,
- but you're on your own, gcc-2.96 has some problems)</li>
- <li>
- automake, autoconf, libtool if you plan to work from the CVS code</li>
- </ul>
- </body>
- </html>