Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Install

thomasfl edited this page Sep 13, 2010 · 2 revisions

Installing the gem:


  gem install net_dav

and if you want acceleration for large files (from 4MB/s to 20MB/s in my setup):


  gem install curb

If you’re having install issues with nokogiri on Mac OS X read
http://wiki.github.com/tenderlove/nokogiri/what-to-do-if-libxml2-is-being-a-jerk

The Nokogiri gem comes precompiled on Windows, so it’s normally a no brainer to install.

Ubuntu users need Ruby with openssl and readline support.

Clone this wiki locally