ruby-****@sourc*****
ruby-****@sourc*****
2005年 3月 15日 (火) 00:27:44 JST
------------------------- REMOTE_ADDR = 201.9.183.1 REMOTE_HOST = REMOTE_USER = ruby-gnome2-hiki URL = http://ruby-gnome2.sourceforge.jp/cgi-bin/hiki/hiki.cgi?compile_vc ------------------------- @@ -1,7 +1,11 @@ = Compile Guide for MS Windows (vc++) This is a guide on how to compile and install ruby-gtk2-0.12.0 on Microsoft Windows. -You can use the *.[so|rb] files which you will get following this article as a library for ((<Ruby Installer For Windows|URL:http://rubyinstaller.sourceforge.net/>)). +== Install Ruby +First the most obvious. :-) + +Get Ruby from the ((<Ruby Installer For Windows Project|URL:http://rubyinstaller.sourceforge.net/>)), if you haven't done so already. + == Install VC++ This guide uses the freely available VC++ compiler for which there are links and instructions at: ((<URL:http://www.rubygarden.org/ruby?WindowsCompiler>)) @@ -78,14 +82,32 @@ If everything went well, this should result in ----- - SUCCEEDED: ALL - FAILED: glib gdkpixbuf pango atk gtk + SUCCEEDED: glib gdkpixbuf pango atk gtk gtkglext libglade + FAILED: NONE ----- - Done. + Done. Running: + + C:\ruby-gnome2>nmake install + +Should result in: + + ----- + SUCCEEDED: glib gdkpixbuf pango atk gtk gtkglext libglade + FAILED: NONE + ----- + Done. + +Job done! + +Now you can help us develop Ruby :-), or at least you can update your Ruby-GNOME2 whenever you feel like it. This has been facilitated enormously by all the installers that have configured a lot of environment variables automatically. The only downside was to use Windows XP for this. :-) -* Oops. I have some conflict that I need to workout, but I want to save this document as a preview release. +* PROBLEM: this does not work with the ruby-gtk2 package, so you should get the CVS version. == See Also If you have some troubles, see also ((<Install Guide for Windows>)).