Skip to content
Snippets Groups Projects
Commit 8b38b87c authored by Michael Sofaer's avatar Michael Sofaer
Browse files

event machine needs C++

parent cd913887
No related branches found
No related tags found
No related merge requests found
......@@ -4,3 +4,6 @@ end
execute "nokogiri deps" do
command "yum install -y libxml2-devel libxslt-devel"
end
execute "eventmachine deps" do
command "yum install -y gcc-c++"
end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment