diff options
author | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-08-03 13:29:08 +0000 |
---|---|---|
committer | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-08-03 13:29:08 +0000 |
commit | 1197f7058effc77bac477c42df8c46c84a7b561d (patch) | |
tree | 304420b044770a8d40d76f89b827e0e4a6435e0b | |
parent | 1514f69f321abc9bd79376c70225fdabe76ef423 (diff) | |
download | ruby-1197f7058effc77bac477c42df8c46c84a7b561d.tar.gz ruby-1197f7058effc77bac477c42df8c46c84a7b561d.tar.xz ruby-1197f7058effc77bac477c42df8c46c84a7b561d.zip |
fixed command name, and attached link to the gnuwin32 site.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8899 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | bcc32/README.bcc32 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bcc32/README.bcc32 b/bcc32/README.bcc32 index 31809e314..9768a8823 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 ((<URL:http://gnuwin32.sourceforge.net/packages/bison.htm>)) + * sed ((<URL:http://gnuwin32.sourceforge.net/packages/sed.htm>)) == How to compile and install |