Use RDoc for README.
[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 == Installation
7
8 Run "rake install" to install ruby-evas.
9 If you didn't install Evas to /usr/local, execute the following line
10 instead:
11
12 EVAS_PREFIX=/prefix/evas/is/installed/in rake install
13
14 == Documentation
15
16 To create the HTML documentation for ruby-evas, a patched version of
17 rdoc is required. The necessary patches can be found at
18 http://code-monkey.de/?patches
19
20 After you've patched rdoc, please run "make doc" to create the HTML.
21 The docs can also be found at
22 http://code-monkey.de/ruby-efl-docs/evas