fix corner case with edje - where u check for existens of parts in a edje but
[edje_lua.git] / INSTALL
blobc7bf98a0339b506ce2308c3e3e168672a4645370
1 COMPILING and INSTALLING:
3 If you got a official release tar archive do:
4     ./configure
5     
6 ( otherwise if you got this from enlightenment cvs do: ./autogen.sh )
7     
8 Then to compile:
9     make
11 To install (run this as root, or the user who handles installs):
12     make install
14 NOTE: You MUST make install Edje for it to run properly.