Finally populated README.
[ruby-esmart.git] / README
1 = ruby-esmart - Ruby bindings for Esmart
2
3 ruby-esmart is a set of Ruby language bindings for Enlightenment's
4 collection of Evas Smart objects, Esmart.
5
6 ruby-esmart is maintained by:
7
8 :include: AUTHORS
9
10 ==License
11
12 ruby-esmart is available under the GNU LGPL.
13
14 == Installation
15
16 Run "rake install" to install ruby-esmart.
17 If you didn't install esmart to /usr/local, execute the following line
18 instead:
19
20 esmart_PREFIX=/prefix/ecore/is/installed/in rake install
21
22 == Documentation
23
24 Online documentation is available at
25 http://docs.code-monkey.de/ruby-esmart.
26
27 You can recreate the documentation by running "rake rdoc".