Skip to content

Instantly share code, notes, and snippets.

@GoalSmashers
Created January 6, 2012 11:06
Show Gist options
  • Select an option

  • Save GoalSmashers/1570135 to your computer and use it in GitHub Desktop.

Select an option

Save GoalSmashers/1570135 to your computer and use it in GitHub Desktop.
Ruby with readline on CentOS 5.x via RVM
Be sure to have ncurses and ncurses-devel installed, which are not recommended by default via `rvm requirements`:
% yum install -y gcc-c++ patch readline readline-devel zlib zlib-devel libyaml-devel libffi-devel openssl-devel make bzip2 autoconf automake libtool bison iconv-devel ncurses ncurses-devel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment