010b1ac8f5d926488b94a0d74957f1b73aff1c04
[ruby-edje.git] / README
1 = ruby-edje - Ruby bindings for Edje
2
3 ruby-edje is a set of Ruby language bindings for Enlightenment's Layout
4 library, edje.
5
6 ruby-edje is maintained by:
7
8 :include: AUTHORS
9
10 == License
11
12 ruby-edje is available under the GNU LGPL.
13
14 == Installation
15
16 Run "rake install" to install ruby-edje.
17 If you didn't install Edje to /usr/local, execute the following line
18 instead:
19
20 EDJE_PREFIX=/prefix/edje/is/installed/in rake install
21
22 == Documentation
23
24 Online documentation is available at
25 http://docs.code-monkey.de/ruby-edje.
26
27 You can recreate the documentation by running "rake rdoc".