* win32/README.win32: follow recent changes.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2302 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2002-03-29 06:49:58 +00:00
parent 766762300b
commit 8e565c612d
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,7 @@
Fri Mar 29 15:49:29 2002 Usaku Nakamura <usa@ruby-lang.org>
* win32/README.win32: follow recent changes.
Thu Mar 28 18:58:13 2002 Usaku Nakamura <usa@ruby-lang.org>
* win32/Makefile.sub (config.status): reflect user defined $CC in

View File

@ -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