aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorglejeune2007-05-11 14:26:21 +0000
committerglejeune2007-05-11 14:26:21 +0000
commit3f0e06c74b2f4ba122bb8378764a062ac49b2ff6 (patch)
tree33f4422c0303fc3d16b35b701a9b972500d85b3a
parent09914f6834985bae05a080a14bab91663cf54bef (diff)
downloadivy-ruby-3f0e06c74b2f4ba122bb8378764a062ac49b2ff6.zip
ivy-ruby-3f0e06c74b2f4ba122bb8378764a062ac49b2ff6.tar.gz
ivy-ruby-3f0e06c74b2f4ba122bb8378764a062ac49b2ff6.tar.bz2
ivy-ruby-3f0e06c74b2f4ba122bb8378764a062ac49b2ff6.tar.xz
Create gem
-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
--------------