<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: curl code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Thu, 21 Aug 2008 00:26:52 GMT</pubDate>
    <description>DZone Snippets: curl code</description>
    <item>
      <title>Building curb under Mac OS X</title>
      <link>http://snippets.dzone.com/posts/show/3250</link>
      <description>Had a bit of a problem getting curb to work in OS X, but if you have the curl port installed, its easy:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;sudo port install curl&lt;br /&gt;cd src&lt;br /&gt;curl -O http://rubyforge.iasi.roedu.net/files/curb/curb-0.1.0.tar.gz&lt;br /&gt;tar -zxvf curb-0.1.0.tar.gz&lt;br /&gt;cd curb-0.1.0.tar.gz&lt;br /&gt;ruby extconf.rb --with-curl-lib=/opt/local/lib/ --with-curl-include=/opt/local/include/&lt;br /&gt;ruby tests/alltests.rb&lt;br /&gt;sudo make install&lt;/pre&gt;&lt;br /&gt;</description>
      <pubDate>Sat, 06 Jan 2007 00:44:55 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/3250</guid>
      <author>willcodeforfoo ()</author>
    </item>
  </channel>
</rss>
