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