mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/REAMDE.win32: follow recent changes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2fe11b75d6
commit
1ff31c2d2d
2 changed files with 22 additions and 7 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Sep 27 17:36:28 2007 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* win32/REAMDE.win32: follow recent changes.
|
||||
|
||||
Thu Sep 27 16:01:53 2007 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* benchmark/driver.rb: fix to output some helpful messages.
|
||||
|
|
|
@ -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,11 +36,9 @@
|
|||
|
||||
(3) Run `((%nmake%))'
|
||||
|
||||
(4) If you want to make rubyw.exe, run `((%nmake rubyw.exe%))'
|
||||
(4) Run `((%nmake test%))'
|
||||
|
||||
(5) Run `((%nmake test%))'
|
||||
|
||||
(6) Run `((%nmake install%))'
|
||||
(5) Run `((%nmake install%))'
|
||||
|
||||
This command will create following directories and install files onto them.
|
||||
* <install_directory>\bin
|
||||
|
@ -68,8 +67,6 @@ Although no icons are distributed with the ruby source or in the official
|
|||
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 @@ in Japanese, but you can download at least.
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue