Removed RCS-style IDs.
[ruby-evas.git] / README
1 ruby-evas - Ruby bindings for Evas
2 ==================================
3
4
5 About
6 -----
7
8 ruby-evas is a set of Ruby language bindings for Enlightenment's Canvas
9 library, Evas.
10
11
12 Installation
13 ------------
14
15 Run "rake install" to install ruby-evas.
16 If you didn't install Evas to /usr/local, execute the following line
17 instead:
18
19 EVAS_PREFIX=/prefix/evas/is/installed/in rake install
20
21
22 Documentation
23 -------------
24
25 To create the HTML documentation for ruby-evas, a patched version of
26 rdoc is required. The necessary patches can be found at
27 http://code-monkey.de/?patches
28
29 After you've patched rdoc, please run "make doc" to create the HTML.
30 The docs can also be found at
31 http://code-monkey.de/ruby-efl-docs/evas