summaryrefslogtreecommitdiff
path: root/INSTALL
blob: 7daf095a5d579366dbb66122c54cedad419402a5 (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 Imlib2 for it to run properly.