Skip to content

Commit

Permalink
Updating Ruby to 1.9.2 for mac.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed May 9, 2011
1 parent 26a687f commit 7ecb4b7
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions builddeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cd ../pango-1.28.0
make clean
cd ../portaudio
make clean
cd ../ruby-1.9.1-p378
cd ../ruby-1.9.2-p180
make clean

#build pkg-config
Expand Down Expand Up @@ -90,14 +90,6 @@ cd ../portaudio/
make && make install

#build ruby
cd ../ruby-1.9.1-p378
cd ../ruby-1.9.2-p180
./configure --prefix=/tmp/dep --enable-shared
make && make install

#install RubyGems.
cd ../rubygems-1.3.6
/tmp/dep/bin/ruby setup.rb

#install rake.
/tmp/dep/bin/gem install rake

0 comments on commit 7ecb4b7

Please sign in to comment.