ruby-changes:2046
From: ko1@a...
Date: 27 Sep 2007 17:38:58 +0900
Subject: [ruby-changes:2046] usa - Ruby:r13537 (trunk): * win32/REAMDE.win32: follow recent changes.
usa 2007-09-27 17:38:46 +0900 (Thu, 27 Sep 2007) New Revision: 13537 Modified files: trunk/ChangeLog trunk/win32/README.win32 Log: * win32/REAMDE.win32: follow recent changes. http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/win32/README.win32?r1=13537&r2=13536 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=13537&r2=13536 Index: ChangeLog =================================================================== --- ChangeLog (revision 13536) +++ ChangeLog (revision 13537) @@ -1,3 +1,7 @@ +Thu Sep 27 17:36:28 2007 NAKAMURA Usaku <usa@r...> + + * win32/REAMDE.win32: follow recent changes. + Thu Sep 27 16:01:53 2007 Koichi Sasada <ko1@a...> * benchmark/driver.rb: fix to output some helpful messages. Index: win32/README.win32 =================================================================== --- win32/README.win32 (revision 13536) +++ win32/README.win32 (revision 13537) @@ -15,9 +15,10 @@ * lib * dumpbin -(3) If you want to build from CVS source, following commands are required. +(3) If you want to build from SVN source, following commands are required. * bison * sed + * ruby 1.8 == How to compile and install @@ -35,12 +36,10 @@ (3) Run `((%nmake%))' -(4) If you want to make rubyw.exe, run `((%nmake rubyw.exe%))' +(4) Run `((%nmake test%))' -(5) Run `((%nmake test%))' +(5) Run `((%nmake install%))' -(6) Run `((%nmake install%))' - This command will create following directories and install files onto them. * <install_directory>\bin * <install_directory>\lib @@ -68,8 +67,6 @@ site, you can use anything you like. For example, followings are written in Japanese, but you can download at least. -* ((<URL:http://member.nifty.ne.jp/ueivu/rubyico.html>)) or - ((<zipped icons|URL:http://member.nifty.ne.jp/ueivu/Ruby_ico.zip>)) * ((<URL:http://homepage1.nifty.com/a_nakata/ruby/>)) or ((<icon itself|URL:http://homepage1.nifty.com/a_nakata/ruby/RubyIcon.ico>)) @@ -119,6 +116,20 @@ nmake test nmake install +* Build x64 version (requires native x64 VC++ compiler) + + ex.) + ruby source directory: C:\ruby + build directory: C:\ruby + install directory: C:\usr\local + + C: + cd \ruby + win32\configure --prefix=/usr/local --target=x64-mswin64 + nmake + nmake test + nmake install + == Bugs You can ((*NOT*)) use a path name contains any white space characters as -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml