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