Skip to content

Instantly share code, notes, and snippets.

View Thorsson's full-sized avatar
💎
Focusing

Ivan Turkovic Thorsson

💎
Focusing
View GitHub Profile
# This is a script to install both ruby 1.8.7 and 1.9.1, with suffixed binaries and symlinks
mkdir -p /usr/local/src ; cd /usr/local/src
wget ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p72.tar.bz2
tar -xjvf ruby-1.8.7-p72.tar.bz2
cd ruby-1.8.7-p72
./configure --prefix=/usr --program-suffix=18 --enable-shared
make && sudo make all install
cd /usr/local/src
@Thorsson
Thorsson / gist:50552
Created January 22, 2009 14:23 — forked from mislav/gist:13809
Coool
Xcode
http://developer.apple.com/technology/xcode.html
[OR]
Mac OS X install disc 2
GNU wget
http://ftp.gnu.org/gnu/wget/wget-latest.tar.gz
Git
http://code.google.com/p/git-osx-installer/