create rotation job and EAPI e_border_rotation_set
[platform/core/uifw/e17.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 Enlightenment for it to run properly.