Skip to content

Instantly share code, notes, and snippets.

@morr
Last active December 22, 2015 10:49
Show Gist options
  • Select an option

  • Save morr/6461562 to your computer and use it in GitHub Desktop.

Select an option

Save morr/6461562 to your computer and use it in GitHub Desktop.
config
sudo dpkg-reconfigure locales
sudo apt-get install openssl readline-common libc6-dev libssl-dev libmysql++-dev libsqlite3-dev make build-essential libssl-dev libreadline6-dev zlib1g-dev libyaml-dev
mkdir /tmp/ruby && cd /tmp/ruby
curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p247.tar.gz | tar xz
cd ruby-2.0.0-p247
./configure
make
sudo make install
/usr/local/lib/ruby/gems/2.0.0/gems/yajl-ruby-1.1.0/lib/yajl/yajl.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment