Create target directory if it doesn't exist yet.
[ruby-edje.git] / README
1 $Id: README 327 2005-04-27 14:27:01Z tilman $
2
3 ruby-edje - Ruby bindings for Edje
4 ==================================
5
6
7 About
8 -----
9
10 ruby-edje is a set of Ruby language bindings for Enlightenment's Layout
11 library, edje.
12
13
14 Installation
15 ------------
16
17 Run "rake install" to install ruby-edje.
18 If you didn't install Edje to /usr/local, execute the following line
19 instead:
20
21 EDJE_PREFIX=/prefix/edje/is/installed/in rake install
22
23
24 Documentation
25 -------------
26
27 To create the HTML documentation for ruby-edje, 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/edje