mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* README: mention about README.win32.
* win32/README.win32: small changes. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4491b98c65
commit
79d42a8831
2 changed files with 10 additions and 5 deletions
11
README
11
README
|
@ -57,7 +57,7 @@ http://www.ruby-lang.org/
|
||||||
There is a mailing list to talk about Ruby.
|
There is a mailing list to talk about Ruby.
|
||||||
To subscribe this list, please send the following phrase
|
To subscribe this list, please send the following phrase
|
||||||
|
|
||||||
subscribe YourFirstName YourFamilyName
|
subscribe YourFirstName YourFamilyName
|
||||||
e.g.
|
e.g.
|
||||||
subscribe Joseph Smith
|
subscribe Joseph Smith
|
||||||
|
|
||||||
|
@ -68,6 +68,9 @@ in the mail body (not subject) to the address <mailto:ruby-talk-ctl@ruby-lang.or
|
||||||
|
|
||||||
This is what you need to do to compile and install Ruby:
|
This is what you need to do to compile and install Ruby:
|
||||||
|
|
||||||
|
0. If you want to use Microsoft Visual C++ to compile ruby,
|
||||||
|
read win32/README.win32 instead of this document.
|
||||||
|
|
||||||
1. If +./configure+ does not exist or is older than configure.in,
|
1. If +./configure+ does not exist or is older than configure.in,
|
||||||
run autoconf to (re)generate configure.
|
run autoconf to (re)generate configure.
|
||||||
|
|
||||||
|
@ -79,8 +82,8 @@ This is what you need to do to compile and install Ruby:
|
||||||
|
|
||||||
3. Edit +defines.h+ if you need. Usually this step will not be needed.
|
3. Edit +defines.h+ if you need. Usually this step will not be needed.
|
||||||
|
|
||||||
4. Remove comment mark(<tt>#</tt>) before the module names from +ext/Setup+ (or
|
4. Remove comment mark(<tt>#</tt>) before the module names from +ext/Setup+
|
||||||
add module names if not present), if you want to link modules
|
(or add module names if not present), if you want to link modules
|
||||||
statically.
|
statically.
|
||||||
|
|
||||||
If you don't want to compile non static extension modules
|
If you don't want to compile non static extension modules
|
||||||
|
@ -88,6 +91,8 @@ This is what you need to do to compile and install Ruby:
|
||||||
remove comment mark from the line "<tt>#option nodynamic</tt>" in
|
remove comment mark from the line "<tt>#option nodynamic</tt>" in
|
||||||
+ext/Setup+.
|
+ext/Setup+.
|
||||||
|
|
||||||
|
Usually this step will not be needed.
|
||||||
|
|
||||||
5. Run +make+.
|
5. Run +make+.
|
||||||
|
|
||||||
6. Optionally, run '<tt>make check</tt>' to check whether the compiled Ruby
|
6. Optionally, run '<tt>make check</tt>' to check whether the compiled Ruby
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
(1) Windows XP or later.
|
(1) Windows XP or later.
|
||||||
|
|
||||||
(2) Visual C++ 6.0 or later. (strongly recommended VC++ 10)
|
(2) Visual C++ 6.0 or later. (strongly recommended VC++ 10 or later)
|
||||||
|
|
||||||
Note: if you want to build x64 or ia64 version, use native compiler for
|
Note: if you want to build x64 or ia64 version, use native compiler for
|
||||||
x64/ia64.
|
x64/ia64.
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
(4) If you want to build from SVN source, following commands are required.
|
(4) If you want to build from SVN source, following commands are required.
|
||||||
* bison
|
* bison
|
||||||
* sed
|
* sed
|
||||||
* ruby 1.8
|
* ruby 1.8 or later
|
||||||
|
|
||||||
(5) Enable Command Extension of your command line. It's the default behavior
|
(5) Enable Command Extension of your command line. It's the default behavior
|
||||||
of cmd.exe. If you want to enable it explicitly, run cmd.exe with /E:ON
|
of cmd.exe. If you want to enable it explicitly, run cmd.exe with /E:ON
|
||||||
|
|
Loading…
Reference in a new issue