aboutsummaryrefslogtreecommitdiffstats
path: root/win32/README.win32
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-29 06:49:58 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-29 06:49:58 +0000
commit8e565c612d6b6d6c3e1ece97554f910c9576d100 (patch)
treea245cdd6a8856e245f4b921309e27e30a870629b /win32/README.win32
parent766762300b278cb6e02335cf1dc104dbd59141c6 (diff)
downloadruby-8e565c612d6b6d6c3e1ece97554f910c9576d100.tar.gz
* win32/README.win32: follow recent changes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2302 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/README.win32')
-rw-r--r--win32/README.win329
1 files changed, 5 insertions, 4 deletions
diff --git a/win32/README.win32 b/win32/README.win32
index 774a5c424c..cafcedff71 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_directory> install%))'
+(5) Run `((%nmake test%))'
+
+(6) Run `((%nmake DESTDIR=<install_directory> install%))'
This command will create following directories and install files onto them.
* <install_directory>\bin
@@ -46,7 +47,7 @@
* <install_directory>\lib\ruby\site_ruby\<MAJOR>.<MINOR>\<PLATFORM>
* <install_directory>\man\man1
If Ruby's version is `x.y.z', the ((|<MAJOR>|)) is `x' and the ((|<MINOR>|)) is `y'.
- The ((|<PLATFORM>|)) is usually `(({i586-mswin32}))'.
+ The ((|<PLATFORM>|)) is `(({i386-mswin32}))'.
== Icons