summaryrefslogtreecommitdiff
path: root/INSTALL
blob: e55f642b76e7ac1b7773e16c0a7f117d0ce4a80c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
COMPILING and INSTALLING:

If you got a official release tar archive do:
    ./configure
    
( otherwise if you got this from enlightenment cvs do: ./autogen.sh )
    
Then to compile:
    make

To install (run this as root, or the user who handles installs):
    make install

NOTE: You MUST make install Enlightenment for it to run properly.