From 1ff31c2d2de0a863e638357e1673b1fbb559cecd Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 27 Sep 2007 08:38:46 +0000 Subject: * win32/REAMDE.win32: follow recent changes. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/README.win32 | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) (limited to 'win32/README.win32') 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. * \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. -* (()) or - (()) * (()) or (()) @@ -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 -- cgit v1.2.3