3a3ad7ed8f7d8f627c31091170965f424890bc38
[framework/uifw/ecore.git] / INSTALL
1 COMPILING and INSTALLING:
2
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
10
11 To install (run this as root, or the user who handles installs):
12     make install
13
14 NOTE: You MUST make install Eet for it to run properly.