Skip to content

Commit

Permalink
Updated for cent 5.4 iconv-devel MIA.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Apr 15, 2010
1 parent 2c749d7 commit 9b1ad95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/notes
Expand Up @@ -38,7 +38,8 @@ if [[ "Linux" = "$system" ]] ; then

elif [[ ! -z "$rvm_yum_binary" ]] ; then
echo -e " $item For MRI/ree (if you wish to use it) you will need:"
echo -e "\n $ yum install -y gcc-c++ patch readline readline-devel iconv-devel zlib zlib-devel"
echo -e "\n $ yum install -y gcc-c++ patch readline readline-devel zlib zlib-devel"
echo -e "\n $ yum install -y iconv-devel # NOTE: For centos 5.4 final iconv-devel might not be available :("
echo -e "\n $item For JRuby (if you wish to use it) you will need:"
echo -e "\n $ yum install -y java"

Expand Down

0 comments on commit 9b1ad95

Please sign in to comment.