Blob of README.txt (raw blob data)

1 = ruby-usb
2
3 * http://www.a-k-r.org/ruby-usb/
4 * http://gitorious.org/projects/ruby-usb
5 * http://ruby-usb.rubyforge.org/
6
7 == DESCRIPTION:
8
9 ruby-usb is a libusb binding library for Ruby.
10
11 == Author
12
13 * Tanaka Akira <akr@fsij.org>
14 * Aslak Hellesøy <aslak.hellesoy@gmail.com> (Gem packaging only)
15
16 == License
17
18 LGPL
19
20 == Feature
21
22 * direct (non-rubyish) binding
23 * rubyish interface (work in progress)
24
25 == Requirements
26
27 * ruby : http://www.ruby-lang.org/
28 * libusb 0.1 : http://libusb.sourceforge.net/
29
30 == Download
31
32 * latest official release: http://www.a-k-r.org/ruby-usb/ruby-usb-0.1.tar.gz
33 * development version in Subversion repository:
34 % svn co svn://svn@svn.a-k-r.org/akr/ruby-usb/trunk ruby-usb
35
36 == Rubygems install
37
38 gem install ruby-usb
39
40 == Install
41
42 % ruby extconf.rb
43 % make
44 % make install
45
46 == Reference Manual
47
48 See rdoc/ or
49 http://www.a-k-r.org/ruby-usb/rdoc/
50
51 == See Also
52
53 * USB.org : http://www.usb.org/
54 * AC Power Control through USB : http://www.gniibe.org/ac-power-by-usb/ac-power-control.html
55 * How To Control USB Missile Launcher on Linux : http://blog.taragana.com/index.php/archive/how-to-control-usb-missile-launcher-on-linux/