Wall is not a portable cc option ... if this is to be used we would have to check
[rrdtool.git] / bindings / ruby / README
1 #
2 # ruby librrd bindings
3 # author: Miles Egan <miles@caddr.com>
4 #
5
6 - Introduction 
7
8 This module provides ruby bindings for librrd, with functionality
9 comparable to the native perl bindings.  See test.rb for a script that
10 exercises all ruby-librrd functionality.
11
12 - Installation
13
14 Installation is standard.  Simply run:
15
16 ruby extconf.rb
17 make
18 make install
19
20 I hope this works for you.  Please let me know if you have any
21 problems or suggestions.  Someday when I'm feeling less lazy I'll
22 actually document this thing.  Thanks to Tobi for rrdtool!