Skip to content

Instantly share code, notes, and snippets.

@dlaxar
Created August 20, 2012 09:25

Revisions

  1. dlaxar revised this gist Aug 20, 2012. No changes.
  2. dlaxar revised this gist Aug 20, 2012. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion empty
    Original file line number Diff line number Diff line change
    @@ -1 +0,0 @@
    --- no content ---
  3. dlaxar revised this gist Aug 20, 2012. No changes.
  4. dlaxar revised this gist Aug 20, 2012. 2 changed files with 7 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions Install newer ruby version ( 1.9)
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    curl -O http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p0.tar.gz
    tar xzvf ruby-1.9.3-p0.tar.gz
    cd ruby-1.9.3-p0
    ./configure --enable-shared --disable-pthread --program-suffix n

    make && make install
    1 change: 1 addition & 0 deletions empty
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    --- no content ---
  5. dlaxar created this gist Aug 20, 2012.
    6 changes: 6 additions & 0 deletions Install newer ruby version (>= 1.9)
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    curl -O http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p0.tar.gz
    tar xzvf ruby-1.9.3-p0.tar.gz
    cd ruby-1.9.3-p0
    ./configure --enable-shared --disable-pthread --program-suffix n

    make && make install