summaryrefslogtreecommitdiff
path: root/win32/README.win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32/README.win32')
-rw-r--r--win32/README.win328
1 files changed, 6 insertions, 2 deletions
diff --git a/win32/README.win32 b/win32/README.win32
index b1f016e830..fd5f1be660 100644
--- a/win32/README.win32
+++ b/win32/README.win32
@@ -23,6 +23,10 @@
* sed
* ruby 1.8
+(4) If you want built binaries to run on Windows 95 series (including
+ 98 and Me), you need unicows.lib at compile time, and unicows.dll
+ at run time.
+
== How to compile and install
(1) Execute win32\configure.bat on your build directory.
@@ -114,10 +118,10 @@ in Japanese, but you can download at least.
D:
cd D:\build\ruby
- C:\src\ruby\win32\configure --prefix=C:/usr/local
+ C:\src\ruby\win32\configure --prefix=/usr/local
nmake
nmake test
- nmake install
+ nmake install DESTDIR=C:
* Build x64 version (requires native x64 VC++ compiler)