From: Lyle J. <ly...@us...> - 2002-05-10 22:23:46
|
Update of /cvsroot/fxruby/FXRuby In directory usw-pr-cvs1:/tmp/cvs-serv9270 Modified Files: Tag: release10 index.html Log Message: Miscellaneous documentation updates. Index: index.html =================================================================== RCS file: /cvsroot/fxruby/FXRuby/index.html,v retrieving revision 1.19 retrieving revision 1.19.2.1 diff -C2 -d -r1.19 -r1.19.2.1 *** index.html 21 Mar 2002 21:44:39 -0000 1.19 --- index.html 10 May 2002 22:23:12 -0000 1.19.2.1 *************** *** 21,39 **** <td ALIGN=LEFT VALIGN=TOP><b>Downloads</b></td> ! <td>The latest version of FXRuby, including the source code distribution ! and binaries for Microsoft Windows, are always available from the ! <a href="http://sourceforge.net/projects/fxruby">SourceForge project page</a>. The SourceForge releases should always have accompanying release notes describing the changes for that release, and a cumulative ! <tt>ChangeLog</tt> ! file is also included in the FXRuby source code distribution. The file ! names will always be of the form <i>FXRuby-version.ext</i>, and the <i>version</i> ! indicates the compatible version of the FOX library that you'll need if ! you're building from source. The binary distribution for Windows is compatible ! with the standard Ruby installer for Windows that's available for download ! from <a href="http://www.pragmaticprogrammer.com/ruby/downloads/ruby-install.html"> The Pragmatic Programmers Site</a>.<p> ! Note that the precompiled binary for Windows is built with OpenGL support, and thus depends 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. </td> </tr> --- 21,50 ---- <td ALIGN=LEFT VALIGN=TOP><b>Downloads</b></td> ! <td>The latest version of FXRuby, including the source code distribution, ! a binary installer for Microsoft Windows, and Linux RPMs are always available ! from the <a href="http://sourceforge.net/projects/fxruby">SourceForge project page</a>. The SourceForge releases should always have accompanying release notes describing the changes for that release, and a cumulative ! <tt>ChangeLog</tt> file is also included in the FXRuby source code distribution. ! The binary distribution for Windows is compatible with the standard Ruby ! installer for Windows that's available for download from ! <a href="http://www.pragmaticprogrammer.com/ruby/downloads/ruby-install.html"> The Pragmatic Programmers Site</a>.<p> ! Note that the precompiled binary for Windows is built with OpenGL support, and ! thus depends 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. </td> + </tr> + + <tr> + <td ALIGN=LEFT VALIGN=TOP> + <b>Versions</b> + </td> + <td>As of the FOX 1.0 release, any FXRuby version 1.0.x release should be + compatible with any FOX 1.0.x release.</td> </tr> |