Skip to content

Commit

Permalink
Added zlib to notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Apr 14, 2010
1 parent 507e0c7 commit 88f1c1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/notes
Expand Up @@ -38,8 +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"
echo -e " $item For JRuby (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 $item For JRuby (if you wish to use it) you will need:"
echo -e "\n $ yum install -y java"

else
Expand Down

0 comments on commit 88f1c1a

Please sign in to comment.