From 3f0e06c74b2f4ba122bb8378764a062ac49b2ff6 Mon Sep 17 00:00:00 2001 From: glejeune Date: Fri, 11 May 2007 14:26:21 +0000 Subject: Create gem --- README | 13 ++++--------- 1 file 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 -------------- -- cgit v1.1