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 | 02bdfd97424ab5a58d49061f0b369e0c77696867 (patch) | |
| tree | fdaa7073d64daaca43fda5b05e38b71819787ddb | |
| parent | 22c856debf95e8408ede57c73619015ad11c44a3 (diff) | |
| download | ruby-02bdfd97424ab5a58d49061f0b369e0c77696867.tar.gz ruby-02bdfd97424ab5a58d49061f0b369e0c77696867.tar.xz ruby-02bdfd97424ab5a58d49061f0b369e0c77696867.zip | |
fixed command name, and attached link to the gnuwin32 site.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8899 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | bcc32/README.bcc32 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/bcc32/README.bcc32 b/bcc32/README.bcc32 index a699d34a4..405b2dcfa 100644 --- a/bcc32/README.bcc32 +++ b/bcc32/README.bcc32 @@ -6,18 +6,18 @@ (1) Borland C++ 5.0 or later. -(2) If you want to run `((%make clean%))' or `((%make distclean%))' - properly, you must install UNIX compatible `((%rm%))' command on - your ((|PATH|)). - -(3) 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. + * byacc ((<URL:http://gnuwin32.sourceforge.net/packages/byacc.htm>)) + * sed ((<URL:http://gnuwin32.sourceforge.net/packages/sed.htm>)) == How to compile and install |
