Removed RCS-style IDs.
[ruby-ecore.git] / README
1 ruby-ecore - Ruby bindings for Ecore
2 ==================================
3
4
5 About
6 -----
7
8 ruby-ecore is a set of Ruby language bindings for Enlightenment's Core
9 library, Ecore.
10
11
12 Installation
13 ------------
14
15 Run "rake install" to install ruby-ecore.
16 If you didn't install Ecore to /usr/local, execute the following line
17 instead:
18
19 ECORE_PREFIX=/prefix/ecore/is/installed/in rake install
20
21
22 Documentation
23 -------------
24
25 To create the HTML documentation for ruby-ecore, 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/ecore