/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

  1. <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5. <meta name="GENERATOR" content="Mozilla/4.76 [fr] (X11; U; Linux 2.2.17-21mdk i686) [Netscape]">
  6. </head>
  7. <body text="#000000" bgcolor="#CCCCCC" link="#0000EE" vlink="#551A8B" alink="#FF0000">
  8. <center>
  9. <h1>
  10. Download</h1></center>
  11. <b><font size=+1>Source and binaries are available on the <a href="http://sourceforge.net/project/showfiles.php?group_id=590">file
  12. release page</a>.</font></b>
  13. <p><b><font size=+1>NOTE: You should compile with gcc 2.95.x (egcs 1.1.2
  14. may or may not work).</font></b>
  15. <br>&nbsp;
  16. <h2>
  17. Examples</h2>
  18. Some examples are also provided: <a href="ftp://freespeech.sourceforge.net/pub/freespeech/examples.tgz">examples.tar.gz</a>
  19. <h2>
  20. FFTW</h2>
  21. The FFTW library can be downloaded <a href="ftp://freespeech.sourceforge.net/pub/freespeech/">here</a>
  22. <h2>
  23. CVS</h2>
  24. The source is also available via anonymous CVS:
  25. <p><tt>export CVSROOT=:pserver:anonymous@cvs.freespeech.sourceforge.net:/cvsroot/freespeech</tt>
  26. <br>or (for csh users) <tt>setenv CVSROOT :pserver:anonymous@cvs.freespeech.sourceforge.net:/cvsroot/freespeech</tt>
  27. <br><tt>cvs login</tt>&nbsp; (the password is <i>return</i>)
  28. <br><tt>cvs checkout Overflow</tt>
  29. <p><tt>Note: you must use the ./autogen.sh with the --disable-static option
  30. to compile from CVS.</tt>
  31. <h2>
  32. Required</h2>
  33. <ul>
  34. <li>
  35. <a href="http://www.fftw.org/">FFTW</a> (you must give use the following
  36. options with configure: --enable-float --enable-shared )</li>
  37. <br>a precompiled binary for linux is available <a href="../../fftw.tgz">here</a>
  38. <li>
  39. <a href="http://www.gnome.org">GNOME</a> (for the GUI part) including libxml</li>
  40. <li>
  41. At least glib 1.2.7</li>
  42. <li>
  43. <a href="http://gcc.gnu.org">gcc 2.95.x</a> (egcs 1.1.2 might work now,
  44. but you're on your own, gcc-2.96 has some problems)</li>
  45. <li>
  46. automake, autoconf, libtool if you plan to work from the CVS code</li>
  47. </ul>
  48. </body>
  49. </html>