Skip to content
Snippets Groups Projects
downloads.html 3.93 KiB
Newer Older
  • Learn to ignore specific revisions
  • <html>
    <head>
    <link rel="stylesheet" href="page.css" type="text/css">
    <title>Downloads</title>
    </head>
    <body bgcolor=#ffffff link=#990033 vlink=#990033 alink=#990033 text=#000000>
    
    
    <!--- TOPIC TITLE -->
    <p>
    <table width=100% cellpadding=0 cellspacing=2><tr><td width=100% valign=bottom id="HEADLINE"><b>
    Downloads
    <br><img src='art/line.gif' width='100%' height=1></b></td></tr></table>
    </p>
    <!--- TOPIC TITLE -->
    <blockquote>
    The latest version of FXRuby is always available
    from the <a href="http://rubyforge.org/projects/fxruby" target=_top>RubyForge
    project page</a>. The RubyForge releases should always have accompanying
    release notes describing the changes for that release. A cumulative
    <tt>ChangeLog</tt> file is also included in the FXRuby source code distribution.
    
    As of the FOX 1.0 release, any FXRuby version 1.0.x release should be compatible with any FOX 1.0.x release.
    Similarly, any FXRuby 1.2.x release should be compatible with any FOX 1.2.x release, and
    any FXRuby 1.4.x release should be compatible with any FOX 1.4.x release.<p>
    </blockquote>
    
    <!--- TOPIC TITLE -->
    <p>
    <table width=100% cellpadding=0 cellspacing=2><tr><td width=100% valign=bottom id="HEADLINE"><b>
    Source Code
    <br><img src='art/line.gif' width='100%' height=1></b></td></tr></table>
    </p>
    <!--- TOPIC TITLE -->
    <blockquote>
    The FXRuby source code is distributed as a gzipped tar archive, and is available for
    download from the <a href="http://rubyforge.org/projects/fxruby" target=_top>RubyForge
    project page</a>.
    </blockquote>
    
    <!--- TOPIC TITLE -->
    <p>
    <table width=100% cellpadding=0 cellspacing=2><tr><td width=100% valign=bottom id="HEADLINE"><b>
    Binaries for Unix/Linux
    <br><img src='art/line.gif' width='100%' height=1></b></td></tr></table>
    </p>
    <!--- TOPIC TITLE -->
    <blockquote>
    Precompiled binaries for FOX, FXScintilla and FXRuby are available for various Unix/Linux platforms,
    but not in any centralized way.<p>
    Both the <a href="http://www.fox-toolkit.net">FOX
    Community Wiki site</a> and the <a href="http://www.fox-toolkit.com">main FOX web site</a>
    list a number of independent sources for package downloads for various Linux distributions, but
    many of these are for older FOX releases. You may have better luck using a RPM search engine like
    <a href="http://rpmfind.net">rpmfind.net</a> to find the most recent packages for your distribution.
    </blockquote>
    
    <!--- TOPIC TITLE -->
    <p>
    <table width=100% cellpadding=0 cellspacing=2><tr><td width=100% valign=bottom id="HEADLINE"><b>
    Binaries for Microsoft Windows
    <br><img src='art/line.gif' width='100%' height=1></b></td></tr></table>
    </p>
    <!--- TOPIC TITLE -->
    <blockquote>
    Windows installers for FXRuby are available for download from
    the <a href="http://rubyforge.org/projects/fxruby" target=_top>RubyForge
    project page</a>.
    <b>The FOX and FXScintilla libraries are built into the Windows installers for FXRuby, and
    you should not need to download and install those packages separately.</b>
    These binaries are also compatible with the standard Ruby
    installers for Windows that are available for download from
    <a href="http://rubyforge.org/projects/rubyinstaller" target=_top>RubyForge</a>.<p>
    Note that the precompiled binaries for Windows are built with OpenGL support, and
    thus depend on the OpenGL runtime libraries (<tt>opengl32.dll</tt> and
    <tt>glu32.dll</tt>). These libraries were <i>not</i> included with Windows 95
    (earlier than OSR2), so if you're using Ruby and FXRuby on a Windows 95 machine,
    you may need to download the <a href="http://download.microsoft.com/download/win95upg/info/1/W95/EN-US/Opengl95.exe">OpenGL runtime libraries</a>.
    You must have these libraries installed even if you don't plan to do anything
    OpenGL-related with FXRuby.
    </blockquote>
    
    <!--- COPYRIGHT -->
    <p>
    <table width=100% cellpadding=0 cellspacing=0><tr><td width=100% valign=top id=HEADLINE align=right>
    <img src='art/line.gif' width=100% height=1><font size=-1>
    Copyright &copy; 2001-2004 Lyle Johnson</font>
    </td></tr></table>
    </p>
    <!--- COPYRIGHT -->
    
    </body>
    </html>