summaryrefslogtreecommitdiffstats
path: root/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
commit8e83377617d11f1187cb299b3b883f2d40ee3f02 (patch)
treeed944642bbb5e4271cdea3f132b7db8e407abde3 /win32
parent0437c8b87e2ca477e88ec5f37eacbb08e8333d78 (diff)
downloadruby-8e83377617d11f1187cb299b3b883f2d40ee3f02.tar.gz
ruby-8e83377617d11f1187cb299b3b883f2d40ee3f02.tar.xz
ruby-8e83377617d11f1187cb299b3b883f2d40ee3f02.zip
* win32/REAMDE.win32: follow recent changes.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '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 bcb2fa14f..e549e70f6 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