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