Last active
December 22, 2015 10:49
-
-
Save morr/6461562 to your computer and use it in GitHub Desktop.
config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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