public
Description: A Ruby interface for libtorrent
Clone URL: git://github.com/nullobject/libtorrent-ruby.git
Search Repo:
name age message
folder LICENSE Mon Apr 21 05:35:39 -0700 2008 Initial import. [nullobject]
folder README Mon Apr 21 05:35:39 -0700 2008 Initial import. [nullobject]
folder Rakefile Mon Apr 21 05:35:39 -0700 2008 Initial import. [nullobject]
folder example/ Mon Apr 21 05:35:39 -0700 2008 Initial import. [nullobject]
folder ext/ Mon Apr 21 05:35:39 -0700 2008 Initial import. [nullobject]
folder setup.rb Mon Apr 21 05:35:39 -0700 2008 Initial import. [nullobject]
folder test/ Mon Apr 21 05:35:39 -0700 2008 Initial import. [nullobject]
README
= libtorrent-ruby

== Requirements

 * Ruby 1.8.x
 * libtorrent 0.10 (available from http://libtorrent.sourceforge.net/)

== Installation

Get it from RubyForge (http://libtorrent-ruby.rubyforge.org/) and run (as root, if necessary):

  ruby setup.rb

This will build the required extension and place it in the appropriate directory.

== Credits

Josh Bassett (josh.bassett@gmail.com)