From 79d42a8831cc85dd8f956b54cee78990d184b34a Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 26 Nov 2012 16:01:51 +0000 Subject: * 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 --- README | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index 1dd3330d31..2de785d86e 100644 --- a/README +++ b/README @@ -57,7 +57,7 @@ http://www.ruby-lang.org/ There is a mailing list to talk about Ruby. To subscribe this list, please send the following phrase - subscribe YourFirstName YourFamilyName + subscribe YourFirstName YourFamilyName e.g. subscribe Joseph Smith @@ -68,6 +68,9 @@ in the mail body (not subject) to the address #) before the module names from +ext/Setup+ (or - add module names if not present), if you want to link modules +4. Remove comment mark(#) before the module names from +ext/Setup+ + (or add module names if not present), if you want to link modules statically. 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 "#option nodynamic" in +ext/Setup+. + Usually this step will not be needed. + 5. Run +make+. 6. Optionally, run 'make check' to check whether the compiled Ruby -- cgit v1.2.3