Created
February 25, 2011 15:35
-
-
Save bklang/843946 to your computer and use it in GitHub Desktop.
Adhearsion QuickStart for RedHat Enterprise Linux/CentOS 5
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
bash < <( curl https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer ) | |
source /etc/profile.d/rvm.sh | |
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 | |
rvm install 1.9.3 | |
rvm use --default 1.9.3 | |
gem install --no-rdoc --no-ri adhearsion |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment