aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README13
1 files changed, 4 insertions, 9 deletions
diff --git a/README b/README
index e621fee..3050e51 100644
--- a/README
+++ b/README
@@ -54,15 +54,10 @@ Building Ruby/IVY
Begin by building ivy-c, pcre, and ruby. Next, perform the following
commands:
-% ruby extconf.rb
-% make
-% make install
-
-or if you want a rakefile instead of a makefile :
-
-% ruby makerake.rb
-% rake
-% rake install
+% ruby setup.rb config # or if you need to pass options to build the extension :
+ # ruby setup.rb config -- --with-option-...
+% ruby setup.rb setup
+% ruby setup.rb install
Using Ruby/IVY
--------------