From 5985a2d6c8015fc9a772b12c32f0dc9ba2118167 Mon Sep 17 00:00:00 2001 From: ocean Date: Wed, 3 Aug 2005 13:29:08 +0000 Subject: [PATCH] fixed command name, and attached link to the gnuwin32 site. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8899 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bcc32/README.bcc32 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bcc32/README.bcc32 b/bcc32/README.bcc32 index 31809e314b..9768a88233 100644 --- a/bcc32/README.bcc32 +++ b/bcc32/README.bcc32 @@ -6,18 +6,18 @@ (1) Borland C++ 5.0 or later. -(2) Please set environment variable (({INCLUDE})), (({LIB})), (({PATH})) +(2) Please set environment variable (({PATH})) to run required commands properly from the command line. Note: building ruby requires following commands. * make - * bcc + * bcc32 * tlib - * ilink + * ilink32 (3) If you want to build from CVS source, following commands are required. - * bison - * sed + * bison (()) + * sed (()) == How to compile and install