summaryrefslogtreecommitdiff
path: root/win32/README.win32
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-27 08:38:46 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-27 08:38:46 +0000
commit1ff31c2d2de0a863e638357e1673b1fbb559cecd (patch)
treeed944642bbb5e4271cdea3f132b7db8e407abde3 /win32/README.win32
parent2fe11b75d631ea10a3dd3acbdb25ce40cb40a411 (diff)
* win32/REAMDE.win32: follow recent changes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/README.win32')
-rw-r--r--win32/README.win3225
1 files changed, 18 insertions, 7 deletions
diff --git a/win32/README.win32 b/win32/README.win32
index bcb2fa14f8..e549e70f65 100644
--- a/win32/README.win32
+++ b/win32/README.win32
@@ -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