From 2b111493404d5691edc2bebf9a08e6c013f417b7 Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 29 Mar 2002 06:49:58 +0000 Subject: * win32/README.win32: follow recent changes. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2302 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/README.win32 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'win32') diff --git a/win32/README.win32 b/win32/README.win32 index 774a5c424..cafcedff7 100644 --- a/win32/README.win32 +++ b/win32/README.win32 @@ -18,7 +18,6 @@ * cl * lib * dumpbin - * rm == How to compile and install @@ -31,9 +30,11 @@ (3) Run `((%nmake%))' -(4) Run `((%nmake test%))' +(4) If you want to make rubyw.exe, run `((%nmake rubyw.exe%))' -(5) Run `((%nmake DESTDIR= install%))' +(5) Run `((%nmake test%))' + +(6) Run `((%nmake DESTDIR= install%))' This command will create following directories and install files onto them. * \bin @@ -46,7 +47,7 @@ * \lib\ruby\site_ruby\.\ * \man\man1 If Ruby's version is `x.y.z', the ((||)) is `x' and the ((||)) is `y'. - The ((||)) is usually `(({i586-mswin32}))'. + The ((||)) is `(({i386-mswin32}))'. == Icons -- cgit