summaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-04 15:06:39 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-04 15:06:39 +0000
commit11760ffc26fce4d3218cc2f25f9c82bd96c9d1f1 (patch)
treef51da2192acd52b8c2e9609ce6cb299da568e745 /win32
parentf1c49b648da80f6ce362966c8cba9a7c893febf8 (diff)
downloadruby-11760ffc26fce4d3218cc2f25f9c82bd96c9d1f1.tar.gz
ruby-11760ffc26fce4d3218cc2f25f9c82bd96c9d1f1.tar.xz
ruby-11760ffc26fce4d3218cc2f25f9c82bd96c9d1f1.zip
* win32/README.win32 (Requirement): added unicows.lib and dll.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '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 b1f016e83..fd5f1be66 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)