Skip to content

Instantly share code, notes, and snippets.

@dzaporozhets
Created December 5, 2011 08:35
Show Gist options
  • Save dzaporozhets/1432871 to your computer and use it in GitHub Desktop.
Save dzaporozhets/1432871 to your computer and use it in GitHub Desktop.
ruby native
sudo aptitude install git-core curl gcc checkinstall libxml2-dev libxslt-dev sqlite3 libsqlite3-dev libcurl4-openssl-dev libreadline5-dev libc6-dev libssl-dev libmysql++-dev make build-essential zlib1g-dev
wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p290.tar.gz
tar xfvz ruby-1.9.2-p290.tar.gz
cd ruby-1.9.2-p290
./configure
make
sudo checkinstall -D
sudo gem update --system
echo "gem: --no-rdoc --no-ri" > ~/.gemrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment