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