summaryrefslogtreecommitdiff
path: root/bcc32/README.bcc32
diff options
context:
space:
mode:
Diffstat (limited to 'bcc32/README.bcc32')
-rw-r--r--bcc32/README.bcc328
1 files changed, 5 insertions, 3 deletions
diff --git a/bcc32/README.bcc32 b/bcc32/README.bcc32
index fe55046013..a699d34a4e 100644
--- a/bcc32/README.bcc32
+++ b/bcc32/README.bcc32
@@ -83,18 +83,20 @@ in Japanese, but you can download at least.
make test
make DESTDIR=/usr/local install
-* Build on the relative directory from the ruby source directory.
+* Build on the relative directory from the ruby source directory and CPU type
+ i386.
ex.)
ruby source directory: C:\ruby
build directory: C:\ruby\bccwin32
install directory: C:\usr\local
-
+ CPU i386
+
C:
cd \ruby
mkdir bccwin32
cd bccwin32
- ..\bcc32\configure
+ ..\bcc32\configure target i386-bccwin32
make
make test
make DESTDIR=/usr/local install