[前][次][番号順一覧][スレッド一覧]

ruby-changes:11163

From: nobu <ko1@a...>
Date: Thu, 5 Mar 2009 00:06:53 +0900 (JST)
Subject: [ruby-changes:11163] Ruby:r22767 (trunk): * win32/README.win32 (Requirement): added unicows.lib and dll.

nobu	2009-03-05 00:06:39 +0900 (Thu, 05 Mar 2009)

  New Revision: 22767

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=22767

  Log:
    * win32/README.win32 (Requirement): added unicows.lib and dll.

  Modified files:
    trunk/ChangeLog
    trunk/win32/README.win32

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 22766)
+++ ChangeLog	(revision 22767)
@@ -1,3 +1,7 @@
+Thu Mar  5 00:06:37 2009  Nobuyoshi Nakada  <nobu@r...>
+
+	* win32/README.win32 (Requirement): added unicows.lib and dll.
+
 Wed Mar  4 23:29:56 2009  Nobuyoshi Nakada  <nobu@r...>
 
 	* configure.in, win32/configure.bat (--enable-win95): new option
Index: win32/README.win32
===================================================================
--- win32/README.win32	(revision 22766)
+++ win32/README.win32	(revision 22767)
@@ -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 @@
 
     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)
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]