MPOV

occasional posts about programming, tech, and the dreaded etcetera

« Back to posts
  • Viewed
    times
May 19, 2009

Install the Ruby gem "dnssd" on Ubuntu

  • Edit
  • Delete
  • Tags
  • Autopost
sudo aptitude install libavahi-compat-libdnssd-dev
sudo gem install technomancy-dnssd -s http://gems.github.com
irb
> require 'rubygems'
> require 'dnssd'
Tweet
  • 0 responses
  • Like
  • Comment