mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/README.win32 (Requirement): added unicows.lib and dll.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d34f9699fc
commit
e7184e7a53
2 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Mar 5 00:06:37 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* win32/README.win32 (Requirement): added unicows.lib and dll.
|
||||
|
||||
Wed Mar 4 23:29:56 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* configure.in, win32/configure.bat (--enable-win95): new option
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue